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,
|
||||
merkleroot: block.merkleRoot,
|
||||
tx: transactionIds,
|
||||
time: block.ts,
|
||||
time: block.time,
|
||||
nonce: block.nonce,
|
||||
bits: block.bits,
|
||||
difficulty: this._header.getCurrentDifficulty(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user