diff options
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 70560b4b3..0b1c7ac33 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1254,6 +1254,11 @@ struct TALER_ReserveCloseConfirmationPS struct TALER_AmountNBO closing_amount; /** + * How much did the exchange charge for closing the reserve? + */ + struct TALER_AmountNBO closing_fee; + + /** * Public key of the reserve that received the payback. */ struct TALER_ReservePublicKeyP reserve_pub; |