summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 17:46:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 17:46:13 +0100
commit27457d94e4136d14c235aaea61214949842fc0aa (patch)
tree9abf4d5af8ca7cc1da6f1612bebf929cfd9ad744 /src/lib/testing_api_cmd_deposit.c
parent9d2ff364dcb4777001c237c95e31657b36884d0e (diff)
downloadexchange-27457d94e4136d14c235aaea61214949842fc0aa.tar.gz
exchange-27457d94e4136d14c235aaea61214949842fc0aa.tar.bz2
exchange-27457d94e4136d14c235aaea61214949842fc0aa.zip
use properly typed merchant pub/priv key in trait
Diffstat (limited to 'src/lib/testing_api_cmd_deposit.c')
-rw-r--r--src/lib/testing_api_cmd_deposit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/testing_api_cmd_deposit.c b/src/lib/testing_api_cmd_deposit.c
index 531807fa3..b0361c61f 100644
--- a/src/lib/testing_api_cmd_deposit.c
+++ b/src/lib/testing_api_cmd_deposit.c
@@ -446,8 +446,8 @@ deposit_traits (void *cls,
ds->wire_details),
TALER_TESTING_make_trait_contract_terms (0,
ds->contract_terms),
- TALER_TESTING_make_trait_peer_key (0,
- &ds->merchant_priv.eddsa_priv),
+ TALER_TESTING_make_trait_merchant_priv (0,
+ &ds->merchant_priv),
TALER_TESTING_make_trait_amount_obj (0,
&ds->amount),
TALER_TESTING_trait_end ()