mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 15:45:15 -08:00
Do not exit when monerod returns json-rpc error for block fetching (#78)
This commit is contained in:
committed by
Lee *!* Clagett
parent
4ce21686d7
commit
524e26e1a4
@@ -57,6 +57,7 @@ namespace lws
|
||||
exchange_rates_fetch, //!< Exchange rates fetching failed
|
||||
exchange_rates_old, //!< Exchange rates are older than cache interval
|
||||
http_server, //!< HTTP server failure (init or run)
|
||||
json_rpc, //!< Error returned by JSON-RPC server
|
||||
not_enough_mixin, //!< Not enough outputs to meet mixin count
|
||||
signal_abort_process, //!< In process ZMQ PUB to abort the process was received
|
||||
signal_abort_scan, //!< In process ZMQ PUB to abort the scan was received
|
||||
|
||||
Reference in New Issue
Block a user