-
Notifications
You must be signed in to change notification settings - Fork 2
Description
2018-Oct-17 05:16:31.222430 [RPC0]ERROR /home/xxx/citicash/src/wallet/wallet2.cpp:3543 !r. THROW EXCEPTION: error::no_connection_to_daemon
2018-Oct-17 05:16:31.222526 [RPC0]/home/xxx/citicash/src/wallet/wallet2.cpp:3543:N5tools5error23no_connection_to_daemonE: no connection to daemon, request = transfer_selected_rct
2018-Oct-17 05:16:31.242874 [RPC0]Exception: tools::error::no_connection_to_daemon
2018-Oct-17 05:16:31.242910 [RPC0]Unwound call stack:
citicash-wallet-rpc crashes when it cannot connect to daemon. On my server applications sometimes cannot connect to the daemon for some reasons that I am still investigating (Maybe my HDD is slow) but if it tries it again after a few seconds it will connect. Anyways that is not the issue.
The issue is the citicash-wallet-rpc should not crash when it cannot connect to the daemon it should just try it again next time. That's what other coins does on their wallet daemons.