diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-20 22:16:24 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-20 22:16:24 +0200 |
commit | feec78dd56f261dac02899c2dc96019d95f94d13 (patch) | |
tree | fe15b91541bdbdec602aaf131fdcb7e8790d959f /src/exchange-lib/testing_api_cmd_deposit.c | |
parent | d5684648f9e47fd49f8c699191b8740de783b1b8 (diff) |
Implementing #5306.
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_deposit.c')
-rw-r--r-- | src/exchange-lib/testing_api_cmd_deposit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_cmd_deposit.c b/src/exchange-lib/testing_api_cmd_deposit.c index 9756d0bee..e8bcf0289 100644 --- a/src/exchange-lib/testing_api_cmd_deposit.c +++ b/src/exchange-lib/testing_api_cmd_deposit.c @@ -370,7 +370,8 @@ deposit_traits (void *cls, struct TALER_TESTING_Trait traits[] = { TALER_TESTING_make_trait_coin_priv (0, coin_spent_priv), TALER_TESTING_make_trait_wire_details (0, ds->wire_details), - TALER_TESTING_make_trait_contract_terms (0, ds->contract_terms), + TALER_TESTING_make_trait_contract_terms + (0, ds->contract_terms), TALER_TESTING_make_trait_peer_key (0, &ds->merchant_priv.eddsa_priv), TALER_TESTING_trait_end () |