Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

DAO hardfork implementation. #305

Merged
merged 17 commits into from Jul 19, 2016
Merged

Conversation

chriseth
Copy link
Contributor

@chriseth chriseth commented Jun 29, 2016

@@ -454,7 +457,6 @@ u256 Block::enact(VerifiedBlockRef const& _block, BlockChain const& _bc)
#if !ETH_RELEASE
assert(m_previousBlock.hash() == _block.info.parentHash());
assert(m_currentBlock.parentHash() == _block.info.parentHash());
assert(rootHash() == m_previousBlock.stateRoot());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it ok to remove this check?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants