tx: lint.
This commit is contained in:
parent
919f87f9d0
commit
4e331f1111
@ -2521,7 +2521,7 @@ TX.prototype.fromExtended = function fromExtended(data, saveCoins) {
|
||||
|
||||
this.ps = p.readU32();
|
||||
|
||||
if (p.readU8() == 1)
|
||||
if (p.readU8() === 1)
|
||||
this.block = p.readHash('hex');
|
||||
|
||||
this.height = p.readU32();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user