From a8e342213955de80ebf48972abadbd12e0e7b02a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 Mar 2020 16:34:15 +0530 Subject: fix recoup response schema / add run-until-done --- src/crypto/workers/cryptoApi.ts | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/crypto/workers/cryptoApi.ts') diff --git a/src/crypto/workers/cryptoApi.ts b/src/crypto/workers/cryptoApi.ts index 31ab4dd7e..0b7c2e233 100644 --- a/src/crypto/workers/cryptoApi.ts +++ b/src/crypto/workers/cryptoApi.ts @@ -388,23 +388,6 @@ export class CryptoApi { ); } - /** - * Validate the signature in a recoup confirmation. - */ - isValidRecoupConfirmation( - recoupCoinPub: EddsaPublicKeyString, - recoupConfirmation: RecoupConfirmation, - exchangeSigningKeys: ExchangeSignKeyJson[], - ): Promise { - return this.doRpc( - "isValidRecoupConfirmation", - 1, - recoupCoinPub, - recoupConfirmation, - exchangeSigningKeys, - ); - } - signDepositPermission( depositInfo: DepositInfo, ): Promise { -- cgit v1.2.3