aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-08-23 13:47:28 +0200
committerChristian Grothoff <christian@grothoff.org>2023-08-23 13:47:28 +0200
commit50f9cab93d6e457c531ae3c59f53401f59c8f13e (patch)
treec222b28d9d4503a2e093eef343787e0221d79be9 /src/exchangedb
parent32659fe78b382982bf972ded25881d3ca0c44e81 (diff)
downloadexchange-50f9cab93d6e457c531ae3c59f53401f59c8f13e.tar.xz
add anastasis facade to fakebank
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/exchangedb_accounts.c1
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);