commit 9a93028fb5ec0205362ce9258ba8f3fe21e1053c
parent 3c9a5ab6d19db8df7110a859df3f040e80d8dbe0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 6 Nov 2021 19:43:21 +0100
update to match latest exchange structures
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
@@ -2465,11 +2465,13 @@ make_deposit (const struct InstanceData *instance,
deposit_sign.h_wire = deposit->h_wire;
deposit_sign.exchange_timestamp = GNUNET_TIME_absolute_hton (
GNUNET_TIME_absolute_get ());
+ deposit_sign.wire_deadline = GNUNET_TIME_absolute_hton (
+ GNUNET_TIME_absolute_get ());
deposit_sign.refund_deadline = GNUNET_TIME_absolute_hton (
GNUNET_TIME_absolute_get ());
TALER_amount_hton (&deposit_sign.amount_without_fee,
&amount_without_fee);
- deposit_sign.merchant = instance->merchant_pub;
+ deposit_sign.merchant_pub = instance->merchant_pub;
deposit_sign.coin_pub = deposit->coin_pub;
GNUNET_CRYPTO_eddsa_sign (&signkey->exchange_priv.eddsa_priv,
&deposit_sign,