aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-05-22 22:53:40 +0200
committerChristian Grothoff <christian@grothoff.org>2024-05-22 22:53:40 +0200
commitb7204f04d94a324b62e1fac16c74dfb2508a6c24 (patch)
tree588deedd6a469e94353f0c16534be0ef7348c4c2 /src
parent1765554e84fcf0cbf498ae6b997c576dd91a6cec (diff)
downloadexchange-b7204f04d94a324b62e1fac16c74dfb2508a6c24.tar.xz
do not require payto_uri or wire_method, just disable account if both are missing
Diffstat (limited to 'src')
-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 439d57674..3f0e47afb 100644
--- a/src/exchangedb/exchangedb_accounts.c
+++ b/src/exchangedb/exchangedb_accounts.c
@@ -216,7 +216,6 @@ add_account_cb (void *cls,
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_WARNING,
section,
"WIRE_METHOD");
- lc->res = GNUNET_SYSERR;
return;
}
GNUNET_assert (NULL != method);