exchange

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

commit d99308543872e5021eee0351463818941c8cbeb2
parent 862ed50d7db6dad591bee045a7864e8310f1fbcc
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 24 Jan 2019 17:54:33 +0100

Reproduce auditor assert fail.

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

diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c @@ -474,6 +474,7 @@ run (void *cls, #if 0 CMD_RUN_AUDITOR("virgin-auditor"), + #endif CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"), TALER_TESTING_cmd_batch ("withdraw", withdraw), @@ -491,7 +492,6 @@ run (void *cls, payback), CMD_RUN_AUDITOR("normal-auditor"), CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"), - #endif TALER_TESTING_cmd_end () };