Merge pull request #215 from cubedro/develop

Removed nonce from block comparison
This commit is contained in:
Marian OANCΞA 2015-07-21 12:01:41 +03:00
commit 0fe8d1611a
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 ||