From 164c125528e4af078815c0156df54fa0120eed8a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 17 Apr 2017 14:01:55 +0200 Subject: introducing closing fee --- 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 d4c5d864d..70560b4b3 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -938,6 +938,11 @@ struct TALER_MasterWireFeePS */ struct TALER_AmountNBO wire_fee; + /** + * Closing fee charged when we wire back funds of a reserve. + */ + struct TALER_AmountNBO closing_fee; + }; -- cgit v1.2.3