hostd
hostd copied to clipboard
hostd v2.0.2 does not rescan wallet on seed change
Current Behavior
After changing the seed hostd v2.0.2 did not rescan the wallet and showed the amount from the previous wallet. Changing seed works fine in v1.1.2 (both on windows and linux+docker)
Expected Behavior
if wallet is changed hostd should rescan the wallet (assuming there is no other way to achieve that)
Steps to Reproduce
- use a fully sync'ed hostd
- stop the hostd
- change wallet seed
- start hostd
- check the wallet - old amount is still there, no wallet rescanning
Version
v2.0.2
What operating system did the problem occur on (e.g. Ubuntu 22.04, macOS 12.0, Windows 11)?
RockyLinux 9 (RHEL9) + Docker
Anything else?
I used workaround:
- stop hostd
- rename consensus.db
- start hostd
- stop hostd
- restore the original consensus.db
- start hostd
- now hostd scans blockchain for wallet transactions