rescan not working properly #24
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
mining
question
rpc
ux
wallet
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbcwallet#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, (re)import seed doesn't trigger rescan for the whole history.
cmd/dropwtxmgr
did not help.As an optimization, lbcwallet uses "birthday" to mark from which block, instead of the genesis block, it should rescan for the chain for relevant transactions.
Currently, the birthday is hardcoded as
time.Now()
, which only works for a newly created wallet using a randomly generated seed. For an imported seed, prior transaction history is ignored.