commit a44a1216dfb8f7b26cd873a39d250e675383c417
parent 3a3e3f0feea75afce9fb14b9adcc24b54893b167
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 28 Mar 2026 20:26:32 +0100
fix bug
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_post-batch-deposit.c b/src/exchange/taler-exchange-httpd_post-batch-deposit.c
@@ -926,7 +926,7 @@ bdc_phase_parse (struct BatchDepositContext *bdc,
GNUNET_JSON_spec_mark_optional (
GNUNET_JSON_spec_string ("extra_wire_subject_metadata",
&bd->extra_wire_subject_metadata),
- &bd->no_wallet_data_hash),
+ NULL),
GNUNET_JSON_spec_mark_optional (
GNUNET_JSON_spec_timestamp ("refund_deadline",
&bd->refund_deadline),