From 1c84b3d4af1a2484e60a9071556d4690dd7aac33 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Mar 2017 18:09:39 +0100 Subject: implementing #4932 --- src/include/taler_signatures.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 8659deb3a..ac20f3447 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -897,6 +897,13 @@ struct TALER_MasterWireFeePS */ struct GNUNET_CRYPTO_EccSignaturePurpose purpose; + /** + * Hash over the wire method (yes, H("test") or H("sepa")), in lower + * case, including 0-terminator. Used to uniquely identify which + * wire method these fees apply to. + */ + struct GNUNET_HashCode h_wire_method; + /** * Start date when the fee goes into effect. */ -- cgit v1.2.3