removed nonce from block comparison

This commit is contained in:
cubedro 2015-07-21 11:58:22 +03:00
parent b1b4672a06
commit d96ced51dc
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ function compareBlocks(block1, block2)
{
if( block1.hash !== block2.hash ||
block1.parentHash !== block2.parentHash ||
block1.nonce !== block2.nonce ||
block1.sha3Uncles !== block2.sha3Uncles ||
block1.transactionsRoot !== block2.transactionsRoot ||
block1.stateRoot !== block2.stateRoot ||