Bug: Use default wallet for rpc commands when multiple wallets are loaded #1096
Labels
bug
Something isn't working
good first issue
Good for newcomers
up for grabs
Anyone can work on this
Describe the bug
I'm using the bitcoin nodes also to develop and test some desktop wallets, which create new wallets in bitcoin-core.
This confuses the UI connection attempt.
I'm not sure if it's possible to set
bitcoind
so it will use a default wallet when it's not specified by the bitcoin-cli.Specifically I would want all commands to run with
-rpcwallet=""
.To Reproduce
Steps to reproduce the behavior:
-regtest
flag) and connect to that Bitcoin Core withpolaruser
&polarpass
credentials.Expected behavior
Polar should just ignore other wallets.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: