dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Funds from snapshot are not added to wallet #786

Open AM5800 opened 5 years ago

AM5800 commented 5 years ago

Describe the bug Funds from snapshot are never added to the wallet even if they are IsMine

To Reproduce To reproduce I have created a small functional test. feature_snapshot_and_wallet.txt

You can see that this test grants isd_node an output in genesis block and 3 transfers, totalling in 10007 units. However node reports that it only has 6 units (last two transfers)

Expected behavior I would expect node to have 10007 units. (Even though we did not rescan after importing masterkey - this should be handled by snapshot)