You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
The set_daemon wallet rpc command allows setting the daemon to an invalid address without any notification from the rpc response. This in turn results in the wallet rpc staying alive but continuously throwing the "Exception while refreshing, what=no connection to daemon" error message.
Expected behavior:
Return an error message / code in the http response when there is no daemon running at the address passed.
Related to #8314
Current behavior:
The
set_daemon
wallet rpc command allows setting the daemon to an invalid address without any notification from the rpc response. This in turn results in the wallet rpc staying alive but continuously throwing the "Exception while refreshing, what=no connection to daemon" error message.Expected behavior:
Return an error message / code in the http response when there is no daemon running at the address passed.
Steps to replicate
set_daemon
with an invalid daemon addressReference:
https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#set_daemon
The text was updated successfully, but these errors were encountered: