removed size from block comparison

This commit is contained in:
cubedro 2015-06-17 10:05:37 +03:00
parent 959bc82154
commit 765f020d48
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ function compareBlocks(block1, block2)
block1.miner !== block2.miner ||
block1.difficulty !== block2.difficulty ||
block1.totalDifficulty !== block2.totalDifficulty ||
block1.size !== block2.size ||
block1.extraData !== block2.extraData ||
block1.gasLimit !== block2.gasLimit ||
block1.gasUsed !== block2.gasUsed ||