exchange

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

commit def8116dd3736419ec88a57f31108615ee22e3a5
parent 644f6014ae365f0e90b65ddfc39a8c74e6b6c863
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Jul 2022 13:09:20 +0200

-link to bug

Diffstat:
Msrc/testing/testing_api_cmd_reserve_purse.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/testing_api_cmd_reserve_purse.c b/src/testing/testing_api_cmd_reserve_purse.c @@ -208,7 +208,7 @@ purse_run (void *cls, &ds->contract_priv, ds->contract_terms, true /* upload contract */, - true /* do pay purse fee -- FIXME: make this a choice to test this case; then update testing_api_cmd_purse_deposit flags logic to match! */, + true /* do pay purse fee -- FIXME #7274: make this a choice to test this case; then update testing_api_cmd_purse_deposit flags logic to match! */, ds->merge_timestamp, &purse_cb, ds);