exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit b784dc61035c2757f6d5829a986bd7a8e2f7487e
parent dc742246151fa5a0fa3f2150e130d5122008cfae
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  5 Jan 2024 15:33:13 +0100

-fix amount after fee change in unified setup

Diffstat:
Msrc/testing/test_kyc_api.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c @@ -337,12 +337,12 @@ run (void *cls, TALER_TESTING_cmd_status ( "push-check-post-merge-reserve-balance-get", "p2p_create-reserve-1", - "EUR:1.03", + "EUR:1.02", MHD_HTTP_OK), TALER_TESTING_cmd_reserve_history ( "push-check-post-merge-reserve-balance-post", "p2p_create-reserve-1", - "EUR:1.03", + "EUR:1.02", MHD_HTTP_OK), TALER_TESTING_cmd_end ()