diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-08-23 13:47:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-08-23 13:47:28 +0200 |
commit | 50f9cab93d6e457c531ae3c59f53401f59c8f13e (patch) | |
tree | c222b28d9d4503a2e093eef343787e0221d79be9 /src/exchangedb | |
parent | 32659fe78b382982bf972ded25881d3ca0c44e81 (diff) |
add anastasis facade to fakebank
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/exchangedb_accounts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/exchangedb_accounts.c b/src/exchangedb/exchangedb_accounts.c index e41074822..e668134e1 100644 --- a/src/exchangedb/exchangedb_accounts.c +++ b/src/exchangedb/exchangedb_accounts.c @@ -199,7 +199,6 @@ add_account_cb (void *cls, GNUNET_log_config_missing (GNUNET_ERROR_TYPE_WARNING, section, "PAYTO_URI"); - lc->res = GNUNET_SYSERR; return; } method = TALER_payto_get_method (payto_uri); |