From b26ca62349df7c97813c44475221273a3dfec8fe Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 22 Jul 2020 20:15:12 +0530 Subject: exchange refund API: don't return refund fees --- core/api-exchange.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 484533c7..4be71fa6 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1419,9 +1419,4 @@ Refunds // explicitly as the client might otherwise be confused by clock skew as to // which signing key was used. exchange_pub: EddsaPublicKey; - - // Refund fee charged by the exchange for the given coin. - // must be smaller than the refund amount. - refund_fee: Amount; - } -- cgit v1.2.3