remove client withdrawal
This commit is contained in:
parent
61a2de5ea2
commit
4902b7a704
|
@ -54,10 +54,6 @@ export function awardCommentBounty(params: any) {
|
||||||
return call(getFunctionUrl('awardcommentbounty'), 'POST', params)
|
return call(getFunctionUrl('awardcommentbounty'), 'POST', params)
|
||||||
}
|
}
|
||||||
|
|
||||||
export function withdrawLiquidity(params: any) {
|
|
||||||
return call(getFunctionUrl('withdrawliquidity'), 'POST', params)
|
|
||||||
}
|
|
||||||
|
|
||||||
export function createMarket(params: any) {
|
export function createMarket(params: any) {
|
||||||
return call(getFunctionUrl('createmarket'), 'POST', params)
|
return call(getFunctionUrl('createmarket'), 'POST', params)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user