From b280b1db0456e883c9976579ea929ed47cbbb7f5 Mon Sep 17 00:00:00 2001 From: Gian Demarmels Date: Sat, 5 Feb 2022 23:12:21 +0100 Subject: fix src/util --- src/include/taler_crypto_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/taler_crypto_lib.h') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 0783b1e8..4abb985a 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1028,7 +1028,7 @@ TALER_planchet_setup_coin_priv ( */ void TALER_cs_withdraw_nonce_derive ( - const struct TALER_CoinSpendPrivateKeyP *coin_priv, + const struct TALER_PlanchetSecretsP *ps, struct TALER_CsNonce *nonce); -- cgit v1.2.3