correctly return block time

This commit is contained in:
Sky Young 2018-05-18 15:20:15 -07:00
parent 6089e3b7b7
commit 5fc20a59a1

View File

@ -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(),