From b6265ac8e031e24b383a3326eaf80e1ba7946fa1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 Feb 2022 12:46:12 +0100 Subject: -fix FTBFS, but with logic holes --- src/include/taler_merchant_service.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/taler_merchant_service.h') diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index a16f8c2b..89f550b7 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -3615,7 +3615,8 @@ typedef void void *cls, const struct TALER_MERCHANT_HttpResponse *hr, unsigned int num_sigs, - const struct TALER_DenominationSignature sigs[]); + const struct TALER_DenominationSignature sigs[], + const struct TALER_CoinSpendPrivateKeyP coin_privs[]); /** @@ -3626,7 +3627,7 @@ struct TALER_MERCHANT_PlanchetData /** * Planchet secrets. */ - struct TALER_PlanchetSecretsP ps; + struct TALER_PlanchetMasterSecretP ps; /** * Denomination key desired. -- cgit v1.2.3