From 6e2881fabf74a3c1da8e94dcbe3e68fce6080d9e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 10 Mar 2020 14:47:46 +0530 Subject: cleanup --- src/webex/wxApi.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/webex/wxApi.ts') 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 @@ -193,13 +193,6 @@ export function refresh(coinPub: string): Promise { } -/** - * Request payback for a coin. Only works for non-refreshed coins. - */ -export function payback(coinPub: string): Promise { - return callBackend("payback-coin", { coinPub }); -} - /** * Pay for a proposal. */ -- cgit v1.2.3