From a56e2e34bce77d41a6d3a2cbbcb89119b98ef750 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Oct 2018 15:05:06 +0200 Subject: fix #5434 (no more salt in exchange wire replies) --- src/include/taler_signatures.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index f1148beb8..428fa96ec 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -178,6 +178,12 @@ */ #define TALER_SIGNATURE_MERCHANT_PAY_SESSION 1106 +/** + * Signature where the merchant confirms its own (salted) + * wire details (not yet really used). + */ +#define TALER_SIGNATURE_MERCHANT_WIRE_DETAILS 1107 + /*********************/ /* Wallet signatures */ -- cgit v1.2.3