diff options
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index ed985938..77a23421 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1244,14 +1244,10 @@ struct TALER_MasterWireFeePS struct GNUNET_TIME_TimestampNBO end_date; /** - * Fee charged to the merchant per wire transfer. - */ - struct TALER_AmountNBO wire_fee; - - /** - * Closing fee charged when we wire back funds of a reserve. + * Fees charged for wire transfers using the + * given wire method. */ - struct TALER_AmountNBO closing_fee; + struct TALER_WireFeeSetNBOP fees; }; |