commit
899182eb0f
@ -293,7 +293,10 @@ Node.prototype.txDensityChart = function()
|
|||||||
{
|
{
|
||||||
return txDensity = _.map(this.blocks, function(block)
|
return txDensity = _.map(this.blocks, function(block)
|
||||||
{
|
{
|
||||||
|
if(typeof block.transactions !== 'undefined')
|
||||||
return block.transactions.length;
|
return block.transactions.length;
|
||||||
|
|
||||||
|
return 0;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user