commit b7204f04d94a324b62e1fac16c74dfb2508a6c24
parent 1765554e84fcf0cbf498ae6b997c576dd91a6cec
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 22 May 2024 22:53:40 +0200
do not require payto_uri or wire_method, just disable account if both are missing
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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);