diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-05-22 22:53:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-05-22 22:53:40 +0200 |
commit | b7204f04d94a324b62e1fac16c74dfb2508a6c24 (patch) | |
tree | 588deedd6a469e94353f0c16534be0ef7348c4c2 | |
parent | 1765554e84fcf0cbf498ae6b997c576dd91a6cec (diff) |
do not require payto_uri or wire_method, just disable account if both are missing
-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 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); |