|
|
@ -606,7 +606,7 @@ History.prototype.getCharts = function() |
|
|
|
blocktime: item.block.time / 1000, |
|
|
|
blocktime: item.block.time / 1000, |
|
|
|
difficulty: item.block.difficulty, |
|
|
|
difficulty: item.block.difficulty, |
|
|
|
uncles: item.block.uncles.length, |
|
|
|
uncles: item.block.uncles.length, |
|
|
|
transactions: item.block.transactions.length, |
|
|
|
transactions: item.block.transactions ? item.block.transactions.length : 0, |
|
|
|
gasSpending: item.block.gasUsed, |
|
|
|
gasSpending: item.block.gasUsed, |
|
|
|
gasLimit: item.block.gasLimit, |
|
|
|
gasLimit: item.block.gasLimit, |
|
|
|
miner: item.block.miner |
|
|
|
miner: item.block.miner |
|
|
|