From b7204f04d94a324b62e1fac16c74dfb2508a6c24 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 May 2024 22:53:40 +0200 Subject: do not require payto_uri or wire_method, just disable account if both are missing --- src/exchangedb/exchangedb_accounts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3