-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
For years of use I've had an intermittent issue with the wallet file losing track of tx key and receiving address of outgoing transactions. I mainly use the cli wallet and have no idea what causes it. Since first running into the issue I've religiously closed the wallet with the 'save' command, followed by 'exit'. Usually after a transaction I'll use 'show_transfers' and the receiving address will be visible and 'get_tx_key' will work. At some point in the future I can reopen the wallet and that data will be gone and 'get_tx_key' will fail. (Loading the wallet in the gui also does not help)
I initially had no idea what caused it, but recently I noticed one of the transactions I lost data for was one that was initially included in a later orphaned block. Perhaps the wallet loses this data if the original block a transaction was in is reorged out.