summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-22 20:15:12 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-22 20:15:12 +0530
commitb26ca62349df7c97813c44475221273a3dfec8fe (patch)
tree7777831eaf553e1fffbed049c3dcd65809a173e0
parentcc81fb2cf6d9b2e7ee9a91d606f548d25a53c221 (diff)
downloaddocs-b26ca62349df7c97813c44475221273a3dfec8fe.tar.gz
docs-b26ca62349df7c97813c44475221273a3dfec8fe.tar.bz2
docs-b26ca62349df7c97813c44475221273a3dfec8fe.zip
exchange refund API: don't return refund fees
-rw-r--r--core/api-exchange.rst5
1 files changed, 0 insertions, 5 deletions
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;
-
}