commit b26ca62349df7c97813c44475221273a3dfec8fe
parent cc81fb2cf6d9b2e7ee9a91d606f548d25a53c221
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 22 Jul 2020 20:15:12 +0530
exchange refund API: don't return refund fees
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git 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;
-
}