Conceal: Fix an uncaught error with SimpleRestClient which was causing the the ConcealJobManager to crash when the conceald daemon is not running #1617
I am submitting that pool request because there was an uncaught error which was causing the ConcealJobManager to crash when the conceald daemon was not running.
It is related to SimpleRestClient, in order to get information about the conceal network, it executes a http request getinfo because that RPCmethod is not implemented in the daemon.
I am submitting that pool request because there was an uncaught error which was causing the
ConcealJobManager
to crash when theconceald
daemon was not running. It is related toSimpleRestClient
, in order to get information about theconceal
network, it executes a http requestgetinfo
because thatRPC
method is not implemented in thedaemon
.