summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-03-05 14:55:33 +0100
committerChristian Grothoff <christian@grothoff.org>2022-03-05 14:55:33 +0100
commit2c80dee434ec2efed333983eaeb68ab00d0e22df (patch)
tree59d80714ed0cf53cf62b0f0088052cf2938e9146 /core
parent3646a7cc3d14bd327327aac9183f5491195d2060 (diff)
downloaddocs-2c80dee434ec2efed333983eaeb68ab00d0e22df.tar.gz
docs-2c80dee434ec2efed333983eaeb68ab00d0e22df.tar.bz2
docs-2c80dee434ec2efed333983eaeb68ab00d0e22df.zip
document introduction of wad fees
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index acbaf29f..dce01745 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -459,6 +459,9 @@ possibly by using HTTPS.
// Per transfer closing fee.
closing_fee: Amount;
+ // Per exchange-to-exchange transfer (wad) fee.
+ wad_fee: Amount;
+
// What date (inclusive) does this fee go into effect?
// The different fees must cover the full time period in which
// any of the denomination keys are valid without overlap.
@@ -867,6 +870,9 @@ Management operations authorized by master key
// Wire fee to charge during that time period for this wire method.
wire_fee: Amount;
+ // Wad fee to charge during that time period for this wire method.
+ wad_fee: Amount;
+
}