aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index ed985938b..77a234218 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;
};