miner: default block version to chain calculated
reverts 5e20a5a which was meant to be temporary
This commit is contained in:
parent
16352f1402
commit
02bb45dded
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ class MinerOptions {
|
|||
this.chain = null;
|
||||
this.mempool = null;
|
||||
|
||||
this.version = 0;
|
||||
this.version = -1;
|
||||
this.addresses = [];
|
||||
this.coinbaseFlags = Buffer.from(`mined by ${pkg.name}`, 'ascii');
|
||||
this.preverify = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue