tx: lint.

This commit is contained in:
Christopher Jeffrey 2016-10-20 23:49:38 -07:00
parent 919f87f9d0
commit 4e331f1111
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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