diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-19 21:44:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-19 21:44:54 +0100 |
commit | 7a1c6769e428f6f8bb413fb74383c82e16871d2c (patch) | |
tree | 049947c0cac5cc5a70996683df7bd88b4e51c593 /src/testing/test_bank_api.c | |
parent | f76e7c46e6609d39d5b28cb489a946833ca58bfb (diff) |
enable using python bank with benchmark
Diffstat (limited to 'src/testing/test_bank_api.c')
-rw-r--r-- | src/testing/test_bank_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c index 75e22b59e..b0b61a166 100644 --- a/src/testing/test_bank_api.c +++ b/src/testing/test_bank_api.c @@ -171,6 +171,7 @@ main (int argc, cfgfilename = CONFIG_FILE_PYBANK; if (GNUNET_OK != TALER_TESTING_prepare_bank (CONFIG_FILE_PYBANK, + GNUNET_YES, "exchange-account-2", &bc)) { |