bip152: fix passing of _valid.

This commit is contained in:
Christopher Jeffrey 2016-07-30 18:41:39 -07:00
parent f8c3f37f0c
commit 89d6d73257
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -311,7 +311,6 @@ CompactBlock.prototype.toBlock = function toBlock() {
block.totalTX = this.totalTX;
block.txs = new Array(this.ptx.length);
block._hash = this._hash;
block._valid = this._valid;
for (i = 0; i < this.available.length; i++) {
tx = this.available[i];