aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-01-14 00:44:57 +0100
committerChristian Grothoff <grothoff@gnunet.org>2024-01-14 00:44:57 +0100
commit7538ee9ab776460ad1509b875ca283fef2d65397 (patch)
tree487f86f524ecaff19c769166410c344e05b5beed /src/util
parentc51675e17d691fda680682f041240057256aa9b3 (diff)
parent99847d50a7f6187e0327d825ec21df620bed952e (diff)
downloadexchange-7538ee9ab776460ad1509b875ca283fef2d65397.tar.xz
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src/util')
-rw-r--r--src/util/wallet_signatures.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c
index 0b6ab5432..ebdb7eab9 100644
--- a/src/util/wallet_signatures.c
+++ b/src/util/wallet_signatures.c
@@ -201,6 +201,16 @@ TALER_wallet_deposit_verify (
amount);
TALER_amount_hton (&dr.deposit_fee,
deposit_fee);
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Validating deposit with hash %s, wallet timestamp %llu and refund deadline %llu by %s\n",
+ GNUNET_h2s (&h_contract_terms->hash),
+ (unsigned long long) wallet_timestamp.abs_time.abs_value_us,
+ (unsigned long long) refund_deadline.abs_time.abs_value_us,
+ TALER_B2S (merchant_pub));
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Denomination is %s, wire target is %s\n",
+ GNUNET_h2s (&h_denom_pub->hash),
+ TALER_B2S (h_wire));
if (GNUNET_OK !=
GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_WALLET_COIN_DEPOSIT,
&dr,