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
Once we have the ability to monitor a base node's chain tip and sync status as described in #1806 the wallet should only check the status of its spendable outputs from base nodes that are synced to the chain tip.
Currently the wallet will immediately ask a base node about the wallet's spendable outputs and if the BN doesn't know about them the wallet will consider them invalid. This could be done in error if the BN being queried is not up to date.
The text was updated successfully, but these errors were encountered:
It is possible to ask the BN if it is synced rather than relying on multiple BN's. The support for multiple BNs will be more robust but I think that can come after this issue.
Once we have the ability to monitor a base node's chain tip and sync status as described in #1806 the wallet should only check the status of its spendable outputs from base nodes that are synced to the chain tip.
Currently the wallet will immediately ask a base node about the wallet's spendable outputs and if the BN doesn't know about them the wallet will consider them invalid. This could be done in error if the BN being queried is not up to date.
The text was updated successfully, but these errors were encountered: