exchange

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

commit 23f49379bb1423472564c8f1a13869b5c4044510
parent 5106a09c9fff809ff502a267759f5f72401c1065
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 24 Apr 2021 19:05:55 +0200

remove fault injection

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

diff --git a/src/util/test_url.c b/src/util/test_url.c @@ -82,7 +82,7 @@ main (int argc, NULL), "https://taler.net/foo/bar/baz?x=a%26b&c=d&e="); - return 1; // fault injection to test buildbot... + return 0; }