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

Allow using nodes in pruned mode #64

Open
cmihai opened this issue Apr 12, 2019 · 0 comments
Open

Allow using nodes in pruned mode #64

cmihai opened this issue Apr 12, 2019 · 0 comments
Assignees

Comments

@cmihai
Copy link
Member

cmihai commented Apr 12, 2019

When starting a node in pruned mode (-prune=1 -isd=1, for example), then trying to create a new wallet by importing a mnemonic, the wallet creation fails. The reason is that, by default, the master key import triggers a rescan of the blockchain, which is disabled in pruned mode.

A solution would be to retry the import with rescan disabled, if the RPC call fails the first time.

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

1 participant