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

no-freelist-sync option not passed to RPC when creating a temp wallet via btcd #652

Open
darwin opened this issue Oct 14, 2019 · 0 comments · May be fixed by #661
Open

no-freelist-sync option not passed to RPC when creating a temp wallet via btcd #652

darwin opened this issue Oct 14, 2019 · 0 comments · May be fixed by #661

Comments

@darwin
Copy link

darwin commented Oct 14, 2019

I believe recent merge #648 broke btcd when trying to create a temp wallet. It looks like a RPC call to btcwallet fails with this error message:

Unable to create wallet: invalid arguments to bdb.Create -- expected database path and no-freelist-sync option

I believe btcwallet should be less strict here and issue a warning only or alternatively code path triggering this should be made aware of this new option.

For reference see:
#648 (comment)
https://travis-ci.org/darwin/simverse/builds/594826741#L4574

Moved from: btcsuite/btcd#1473

angrypie added a commit to angrypie/btcwallet that referenced this issue Nov 9, 2019
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

Successfully merging a pull request may close this issue.

1 participant