monero-ts
monero-ts copied to clipboard
Missing notifications when restoring wallet without restore height or daemon connection
If a wallet is created without a restore height or daemon connection, the wallet estimates a restore height which may be greater than the current daemon height.
In this case, the library will not scan or provide notifications until it reaches its restore height.
As a result, some wallet data and notifications may be missing. This issue requests investigating missing scan data or notifications as a result of auto set restore height > daemon height.