exchange

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

commit 233f567b810874e6363c9d2026132376d70e269a
parent 6f6c71a8d39e5f1f4d69ec06ad20f832617783d6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 16 Dec 2020 19:29:13 +0100

need to have fees for auditor test, too

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

diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c @@ -620,6 +620,10 @@ run (void *cls, }; struct TALER_TESTING_Command commands[] = { + TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees", + CONFIG_FILE, + "EUR:0.01", + "EUR:0.01"), TALER_TESTING_cmd_auditor_add ("add-auditor-OK", MHD_HTTP_NO_CONTENT, false),