Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates nested <network> directory instead of using existing one #25

Open
pinheadmz opened this issue Dec 7, 2018 · 2 comments
Open

Comments

@pinheadmz
Copy link
Member

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:

screen shot 2018-12-07 at 8 40 50 am

@nodech
Copy link
Member

nodech commented Feb 12, 2019

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.

Something worth fixing in bcoin.

@pinheadmz
Copy link
Member Author

Related: bcoin-org/bcoin#645

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants