summaryrefslogtreecommitdiff
path: root/api/api-common.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api/api-common.rst')
-rw-r--r--api/api-common.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/api-common.rst b/api/api-common.rst
index 944bafca..0d4cf50f 100644
--- a/api/api-common.rst
+++ b/api/api-common.rst
@@ -600,6 +600,7 @@ within the
* purpose.purpose = TALER_SIGNATURE_MASTER_WIRE_FEES
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+ struct GNUNET_HashCode h_wire_method;
struct GNUNET_TIME_AbsoluteNBO start_date;
struct GNUNET_TIME_AbsoluteNBO end_date;
struct TALER_AmountNBO wire_fee;
@@ -642,6 +643,7 @@ within the
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct TALER_AmountNBO total;
+ struct TALER_AmountNBO wire_fee;
struct TALER_MerchantPublicKeyP merchant_pub;
struct GNUNET_HashCode h_wire;
struct GNUNET_HashCode h_details;