diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-04 16:49:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-04 16:49:33 +0100 |
commit | 6ab67a3a76ee5ce8f8dec910dae7da524f066d2a (patch) | |
tree | e9f0a94960ad977eef19332bf836666e12aa38f2 /src/include/taler_signatures.h | |
parent | f406f96129766c144c1531dc853969664f410d8c (diff) |
implementing #4929
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 35967399d..8659deb3a 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1004,6 +1004,11 @@ struct TALER_WireDepositDataPS struct TALER_AmountNBO total; /** + * Wire fee that was charged. + */ + struct TALER_AmountNBO wire_fee; + + /** * Public key of the merchant (for all aggregated transactions). */ struct TALER_MerchantPublicKeyP merchant_pub; |