exchange

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

commit 153dcdbc61a7abcee03947ff5bef89b21b2e8440
parent 55e943829b6184dca49307031857916de0448d7a
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 17 Jan 2020 12:43:11 +0100

fix twisted test.

Diffstat:
Msrc/lib/test_bank_api_twisted.c | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/lib/test_bank_api_twisted.c b/src/lib/test_bank_api_twisted.c @@ -83,6 +83,12 @@ static void run (void *cls, struct TALER_TESTING_Interpreter *is) { + + GNUNET_asprintf (&twisted_account_url, + "%s%s/", + twister_url, + "alice"); + struct TALER_TESTING_Command commands[] = { /** * Can't use the "wait service" CMD here because the @@ -98,10 +104,6 @@ run (void *cls, TALER_TESTING_cmd_end () }; - GNUNET_asprintf (&twisted_account_url, - "%s/%s", - twister_url, - "alice"); if (GNUNET_YES == with_fakebank) TALER_TESTING_run_with_fakebank (is, commands,