Auto rescan if note witnesses are off

This commit is contained in:
Michael Toutonghi
2018-10-12 19:15:38 -07:00
parent 47ab0926c4
commit a5d8fff5e5
2 changed files with 2 additions and 3 deletions

View File

@@ -4049,9 +4049,6 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
else
CheckForkWarningConditions();
// if we need to, rescan wallets
RescanWallets();
return true;
}