Update to Zcash rc1

This commit is contained in:
miketout
2018-10-08 23:47:20 -07:00
11 changed files with 273 additions and 22 deletions

View File

@@ -3939,6 +3939,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
// Disconnect active blocks which are no longer in the best chain.
bool fBlocksDisconnected = false;
while (chainActive.Tip() && chainActive.Tip() != pindexFork) {
if (!DisconnectTip(state))
return false;