diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-04-24 15:29:50 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-04-24 15:29:58 +0200 |
commit | aedd2014ec50e2b52cad76d9c40c218ed0c9ccfc (patch) | |
tree | 3b4ef17e90f152a161c6929fbe1da07c366a4268 /src/util | |
parent | 36c568ab8df9b8e523c9ffc45271533af77accc7 (diff) |
-misc p2p fixes
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/wallet_signatures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c index f0ff2dc89..ce757b753 100644 --- a/src/util/wallet_signatures.c +++ b/src/util/wallet_signatures.c @@ -1033,7 +1033,7 @@ TALER_wallet_purse_merge_verify ( TALER_payto_hash (reserve_url, &pm.h_payto); return GNUNET_CRYPTO_eddsa_verify ( - TALER_SIGNATURE_WALLET_ACCOUNT_MERGE, + TALER_SIGNATURE_WALLET_PURSE_MERGE, &pm, &merge_sig->eddsa_signature, &merge_pub->eddsa_pub); |