From 2c80dee434ec2efed333983eaeb68ab00d0e22df Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Mar 2022 14:55:33 +0100 Subject: document introduction of wad fees --- core/api-exchange.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core') 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; + } -- cgit v1.2.3