chainentry: minor.
This commit is contained in:
parent
491462f551
commit
07103da04f
@ -462,7 +462,7 @@ ChainEntry.prototype.fromRaw = function fromRaw(data) {
|
||||
br.seek(-80);
|
||||
|
||||
this.hash = hash.toString('hex');
|
||||
this.version = br.readU32(); // Technically signed
|
||||
this.version = br.readU32();
|
||||
this.prevBlock = br.readHash('hex');
|
||||
this.merkleRoot = br.readHash('hex');
|
||||
this.ts = br.readU32();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user