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
Currently when the wallet starts up and is provided the Base Node pubkey it will immedeately send a Sync request to the BN to see if its UTXOs are still valid.
This is a problem if the BN is not fully synced as valid UTXOs can be mistaken for invalid if they come from a later block.
The Output Manager in the wallet should be updated to first find out what tip the BN is at and if it synced before attempting to sync its UTXOs. The tip information will also be useful in selecting UTXOs for transactions based on maturity.
The text was updated successfully, but these errors were encountered:
Currently when the wallet starts up and is provided the Base Node pubkey it will immedeately send a Sync request to the BN to see if its UTXOs are still valid.
This is a problem if the BN is not fully synced as valid UTXOs can be mistaken for invalid if they come from a later block.
The Output Manager in the wallet should be updated to first find out what tip the BN is at and if it synced before attempting to sync its UTXOs. The tip information will also be useful in selecting UTXOs for transactions based on maturity.
The text was updated successfully, but these errors were encountered: