diff --git a/lib/blocks.js b/lib/blocks.js index b59b4e3..e8756bf 100644 --- a/lib/blocks.js +++ b/lib/blocks.js @@ -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(),