Mainchain will always be true.
This commit is contained in:
parent
8196b1e081
commit
1103eb9dd8
@ -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])
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user