From afda237e5fd4b4d243423f0b4b686a22b5ab5d8a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 11 Jul 2020 13:26:07 +0530 Subject: updated getWithdrawalDetailsForAmount --- src/webex/wxApi.ts | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/webex/wxApi.ts') diff --git a/src/webex/wxApi.ts b/src/webex/wxApi.ts index 1823f662c..0901005b5 100644 --- a/src/webex/wxApi.ts +++ b/src/webex/wxApi.ts @@ -103,17 +103,6 @@ async function callBackend( }); } -/** - * Query the wallet for the coins that would be used to withdraw - * from a given reserve. - */ -export function getReserveCreationInfo( - baseUrl: string, - amount: AmountJson, -): Promise { - return callBackend("reserve-creation-info", { baseUrl, amount }); -} - /** * Get all exchanges the wallet knows about. */ -- cgit v1.2.3