summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-11 15:33:01 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-11 15:33:01 +0200
commitdae8235928105f24f3178cdd2bcfa67ac0fb21c3 (patch)
treedb60f58b780d8dffd43e3408cb978e654f46eca8 /src/testing
parent3b99f24648f477a2b7afd890657bb2675e211d31 (diff)
downloadexchange-dae8235928105f24f3178cdd2bcfa67ac0fb21c3.tar.gz
exchange-dae8235928105f24f3178cdd2bcfa67ac0fb21c3.tar.bz2
exchange-dae8235928105f24f3178cdd2bcfa67ac0fb21c3.zip
improve wallet_Data support in exchange APIs
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_batch_deposit.c3
-rw-r--r--src/testing/testing_api_cmd_deposit.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_batch_deposit.c b/src/testing/testing_api_cmd_batch_deposit.c
index c1e973cb7..a3c25e355 100644
--- a/src/testing/testing_api_cmd_batch_deposit.c
+++ b/src/testing/testing_api_cmd_batch_deposit.c
@@ -364,8 +364,9 @@ batch_deposit_run (void *cls,
&denom_pub->fees.deposit,
&h_wire,
&h_contract_terms,
+ NULL, /* wallet_data_hash */
&cdd->h_age_commitment,
- NULL, /* FIXME #7270: add hash of extensions */
+ NULL, /* hash of extensions */
&denom_pub->h_key,
ds->wallet_timestamp,
&merchant_pub,
diff --git a/src/testing/testing_api_cmd_deposit.c b/src/testing/testing_api_cmd_deposit.c
index 0e17dc2ff..0ee6aa447 100644
--- a/src/testing/testing_api_cmd_deposit.c
+++ b/src/testing/testing_api_cmd_deposit.c
@@ -441,8 +441,9 @@ deposit_run (void *cls,
&denom_pub->fees.deposit,
&h_wire,
&h_contract_terms,
+ NULL, /* wallet data hash */
phac,
- NULL, /* FIXME #7270: add hash of extensions */
+ NULL, /* hash of extensions */
&denom_pub->h_key,
ds->wallet_timestamp,
&merchant_pub,