|
|
@ -1616,6 +1616,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
|
|
|
|
// Special case for the genesis block, skipping connection of its transactions
|
|
|
|
// Special case for the genesis block, skipping connection of its transactions
|
|
|
|
// (its coinbase is unspendable)
|
|
|
|
// (its coinbase is unspendable)
|
|
|
|
if (block.GetHash() == Params().HashGenesisBlock()) {
|
|
|
|
if (block.GetHash() == Params().HashGenesisBlock()) {
|
|
|
|
|
|
|
|
if (!fJustCheck)
|
|
|
|
view.SetBestBlock(pindex->GetBlockHash());
|
|
|
|
view.SetBestBlock(pindex->GetBlockHash());
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|