diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 22:23:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 22:23:49 +0100 |
commit | 9d475ba0baca660d03011ada1aa6431e2e242027 (patch) | |
tree | 57b4c3e36beda2263d448ed54c914ed94405e4fa | |
parent | 19922fa0464752b989268778e8d6a13eb0fe4964 (diff) |
fix auth init
-rw-r--r-- | src/lib/test_bank_api_twisted.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/test_bank_api_twisted.c b/src/lib/test_bank_api_twisted.c index 4fe1e37a9..f30b8b1df 100644 --- a/src/lib/test_bank_api_twisted.c +++ b/src/lib/test_bank_api_twisted.c @@ -63,11 +63,6 @@ static char *twister_url; static char *twisted_account_url; /** - * Authentication data to use. - */ -static struct TALER_BANK_AuthenticationData auth; - -/** * Twister process. */ static struct GNUNET_OS_Process *twisterd; @@ -97,7 +92,7 @@ run (void *cls, twister_url), TALER_TESTING_cmd_bank_credits ("history-0", twisted_account_url, - &auth, + &bc.exchange_auth, NULL, 5), TALER_TESTING_cmd_end () @@ -107,7 +102,6 @@ run (void *cls, "%s/%s", twister_url, "alice"); - // FIXME: init 'auth'! if (GNUNET_YES == with_fakebank) TALER_TESTING_run_with_fakebank (is, commands, |