removed nonce from block comparison

pull/5/head
cubedro 9 years ago
parent b1b4672a06
commit d96ced51dc
  1. 1
      lib/history.js

@ -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 ||

Loading…
Cancel
Save