aboutsummaryrefslogtreecommitdiff
path: root/src/webex/wxApi.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-10 14:47:46 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-10 14:47:46 +0530
commit6e2881fabf74a3c1da8e94dcbe3e68fce6080d9e (patch)
treed0f9a5a03260ce0db057c3d962ca35947dffa26d /src/webex/wxApi.ts
parent26d961ad633027f50ee402b9a7e7fa383c2b33c3 (diff)
downloadwallet-core-6e2881fabf74a3c1da8e94dcbe3e68fce6080d9e.tar.xz
cleanup
Diffstat (limited to 'src/webex/wxApi.ts')
-rw-r--r--src/webex/wxApi.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/webex/wxApi.ts b/src/webex/wxApi.ts
index bb5222a23..7464b1f74 100644
--- a/src/webex/wxApi.ts
+++ b/src/webex/wxApi.ts
@@ -194,13 +194,6 @@ export function refresh(coinPub: string): Promise<void> {
/**
- * Request payback for a coin. Only works for non-refreshed coins.
- */
-export function payback(coinPub: string): Promise<void> {
- return callBackend("payback-coin", { coinPub });
-}
-
-/**
* Pay for a proposal.
*/
export function confirmPay(proposalId: string, sessionId: string | undefined): Promise<ConfirmPayResult> {