Skip to content

Allow using nodes in pruned mode #64

Open
@cmihai

Description

@cmihai

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions