From 6ab67a3a76ee5ce8f8dec910dae7da524f066d2a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Mar 2017 16:49:33 +0100 Subject: implementing #4929 --- src/include/taler_signatures.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_signatures.h') 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 @@ -1003,6 +1003,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). */ -- cgit v1.2.3