correctly return block time
This commit is contained in:
parent
6089e3b7b7
commit
5fc20a59a1
@ -142,7 +142,7 @@ BlockController.prototype.transformBlock = function(block, info) {
|
|||||||
version: block.version,
|
version: block.version,
|
||||||
merkleroot: block.merkleRoot,
|
merkleroot: block.merkleRoot,
|
||||||
tx: transactionIds,
|
tx: transactionIds,
|
||||||
time: block.ts,
|
time: block.time,
|
||||||
nonce: block.nonce,
|
nonce: block.nonce,
|
||||||
bits: block.bits,
|
bits: block.bits,
|
||||||
difficulty: this._header.getCurrentDifficulty(),
|
difficulty: this._header.getCurrentDifficulty(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user