miner: default block version to chain calculated

reverts 5e20a5a which was meant to be temporary
This commit is contained in:
Rithvik Vibhu 2023-08-25 22:53:52 +05:30
parent 16352f1402
commit 02bb45dded
No known key found for this signature in database
GPG key ID: 90DFAC8210A917D9

View file

@ -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;