chainentry: minor.

This commit is contained in:
Christopher Jeffrey 2017-01-16 01:28:01 -08:00
parent 491462f551
commit 07103da04f
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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