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
This is my first time playing with bmultisig so I could be using it wrong...
Seeing unexpected behavior in its data directory creation.
I'm running it with --prefix= .../bcoin/regtest and it is correctly finding the wallet.conf file in that location. (ports and API keys are parsed correctly and it seems to be running fine)
but then, unlike bwallet, it creates a NEW directory regtest INSIDE its prefix directory:
The text was updated successfully, but these errors were encountered:
Yes, this behavior is actually coming from standalone bwallet. Bmultisig does not actually handle configuration parsing by itself it relies on bwallet to populate directories as well as pass options to bmultisig.
This is my first time playing with
bmultisig
so I could be using it wrong...Seeing unexpected behavior in its data directory creation.
I'm running it with
--prefix= .../bcoin/regtest
and it is correctly finding thewallet.conf
file in that location. (ports and API keys are parsed correctly and it seems to be running fine)but then, unlike bwallet, it creates a NEW directory
regtest
INSIDE its prefix directory:The text was updated successfully, but these errors were encountered: