From d623cab1a351040cca8729540327f948eb3027aa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Apr 2022 13:09:41 +0200 Subject: -work on p2p payments --- src/testing/test_exchange_p2p.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testing/test_exchange_p2p.c') diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c index c70fe9d8..8e5fea0e 100644 --- a/src/testing/test_exchange_p2p.c +++ b/src/testing/test_exchange_p2p.c @@ -160,6 +160,7 @@ run (void *cls, TALER_TESTING_cmd_contract_get ( "push-get-contract", MHD_HTTP_OK, + true, /* for merge */ "purse-with-deposit"), TALER_TESTING_cmd_purse_merge ( "purse-merge-into-reserve", @@ -181,6 +182,7 @@ run (void *cls, TALER_TESTING_cmd_contract_get ( "pull-get-contract", MHD_HTTP_OK, + false, /* for deposit */ "purse-create-with-reserve"), TALER_TESTING_cmd_purse_deposit_coins ( "purse-deposit-coins", -- cgit v1.2.3