Mainchain will always be true.

This commit is contained in:
Chris Kleeschulte 2017-10-10 14:11:21 -04:00
parent 8196b1e081
commit 1103eb9dd8
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F

View File

@ -151,7 +151,7 @@ BlockController.prototype.transformBlock = function(block, info) {
previousblockhash: info.prevHash,
nextblockhash: info.nextHash,
reward: this.getBlockReward(block.txs[0]),
isMainChain: block.isMainChain,
isMainChain: true,
poolInfo: this.getPoolInfo(block.txs[0])
};
};