// the wallet tip was not found in the main chain.
// this can happen if the node crashes unexpectedly.
...
...
@@ -65,60 +73,24 @@ namespace Breeze.Wallet
this.walletTip=fork;
this.logger.LogWarning($"Wallet tip was out of sync, wallet tip reverted back to Height = {this.walletTip.Height} hash = {this.walletTip.HashBlock}.");