block-core / blockcore

Open source .NET Core Bitcoin based blockchain node in C#
https://www.blockcore.net
223 stars 91 forks source link

WalletSyncManager: immediately resync upon SyncFromHeight #453

Open CashewTTS opened 7 months ago

CashewTTS commented 7 months ago

Previously, this resync would only occur upon receipt of the next new block. This caused confusion for some users, especially on slow or stalled blockchains.