aboutsummaryrefslogtreecommitdiff
path: root/src/util/wallet_signatures.c
diff options
context:
space:
mode:
authorMatyja Lukas Adam <lukas.matyja@students.bfh.ch>2024-01-14 14:40:42 +0100
committerMatyja Lukas Adam <lukas.matyja@students.bfh.ch>2024-01-14 14:40:42 +0100
commit6f8511db6faf8e99272daf5f16c6eb99ba41ab3c (patch)
tree21d1c593bacbd17ea8c348d67c2225661c6c8993 /src/util/wallet_signatures.c
parent359415b44fb2497475a0b3c2c6cd046310595b49 (diff)
parent7538ee9ab776460ad1509b875ca283fef2d65397 (diff)
downloadexchange-6f8511db6faf8e99272daf5f16c6eb99ba41ab3c.tar.xz
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'src/util/wallet_signatures.c')
-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,