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
In March, I made a backup of the wallet and continued using the node. In October, I restored my old backup. After restoring the backup, I found that the listtransactions command stopped displaying some transactions made during the period from March to October.
Expected behavior
The listtransactions command displays all transactions in the restored wallet.
Actual behavior
The listtransactions command in the restored wallet does not display some transactions since the backup.
To reproduce
Run bitcoin core in regtest mode
Create a new address A and generate 101 blocks with sending a reward to the created address A
Create a wallet backup
Create new address B
Send transaction to address B, write TXID
Generate 1 block with sending a reward to address A
View getaddressinfo B. Verify labels are not an empty list
View listtransactions. Make sure there is a TXID transaction present
Stop bitcoin core
Restore backup
Run bitcoin core
View getaddressinfo B and listtransactions. Detect that the address does not have a label set and that listtransactions does not contain a TXID transaction.