aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-23 20:50:27 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-23 20:50:27 +0200
commit345c141bad275828b35a4299a44e9d357998d6a4 (patch)
treebab53198242b73857a5fac295e79b5eb586b4d13 /src/util
parentb7a4fd401e0a90e309b1be66714b2a0c932f2813 (diff)
downloadexchange-345c141bad275828b35a4299a44e9d357998d6a4.tar.xz
-work on p2p payments
Diffstat (limited to 'src/util')
-rw-r--r--src/util/wallet_signatures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c
index 5b98f46e4..f0ff2dc89 100644
--- a/src/util/wallet_signatures.c
+++ b/src/util/wallet_signatures.c
@@ -1251,7 +1251,7 @@ TALER_wallet_econtract_upload_verify (
GNUNET_CRYPTO_hash (econtract,
econtract_size,
&pc.h_econtract);
- return GNUNET_CRYPTO_eddsa_verify_ (TALER_SIGNATURE_WALLET_RESERVE_CLOSE,
+ return GNUNET_CRYPTO_eddsa_verify_ (TALER_SIGNATURE_WALLET_PURSE_ECONTRACT,
&pc.purpose,
&purse_sig->eddsa_signature,
&purse_pub->eddsa_pub);