You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: