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
Also, it seems that the error won't go away even if the user closes all but one wallet and hits refresh. It's not clear if the refresh works and the error just isn't removed or if the refresh is failing.
Possible solution
Use the listwallets RPC to check if multiple Core wallets are open and provide a more helpful error message to the user.
Or allow them to select which wallet they want to use? Not sure if that's a good idea though 🤷♂️
The text was updated successfully, but these errors were encountered:
Issue
If Core has multiple wallets open, this JSON-RPC error is returned because DET isn't providing an
rpcwallet
parameter (see docs):Example screenshot:
Also, it seems that the error won't go away even if the user closes all but one wallet and hits refresh. It's not clear if the refresh works and the error just isn't removed or if the refresh is failing.
Possible solution
Use the
listwallets
RPC to check if multiple Core wallets are open and provide a more helpful error message to the user.Or allow them to select which wallet they want to use? Not sure if that's a good idea though 🤷♂️
The text was updated successfully, but these errors were encountered: