summaryrefslogtreecommitdiff
path: root/src/exchange-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-17 19:23:39 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-17 19:23:39 +0100
commitbbbb0986c63c162fbd299d6fe20cd4e4ba0f705f (patch)
treedfefc34448341e6e95d41b93588e15110d284fbb /src/exchange-lib
parent5f365133cd31a6c3ea13d40ba34fb11a7a530c4e (diff)
downloadexchange-bbbb0986c63c162fbd299d6fe20cd4e4ba0f705f.tar.gz
exchange-bbbb0986c63c162fbd299d6fe20cd4e4ba0f705f.tar.bz2
exchange-bbbb0986c63c162fbd299d6fe20cd4e4ba0f705f.zip
complete /deposit-confirmation test command
Diffstat (limited to 'src/exchange-lib')
-rw-r--r--src/exchange-lib/testing_api_cmd_deposit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange-lib/testing_api_cmd_deposit.c b/src/exchange-lib/testing_api_cmd_deposit.c
index 70e046c98..c6c3c4330 100644
--- a/src/exchange-lib/testing_api_cmd_deposit.c
+++ b/src/exchange-lib/testing_api_cmd_deposit.c
@@ -489,6 +489,8 @@ deposit_traits (void *cls,
ds->contract_terms),
TALER_TESTING_make_trait_peer_key (0,
&ds->merchant_priv.eddsa_priv),
+ TALER_TESTING_make_trait_amount (0,
+ ds->amount),
TALER_TESTING_trait_end ()
};