``` this.chunks[1].length === this.chunks.len ``` this line should probably be ``` this.chunks[1].len === this.chunks.length ``` https://github.com/bitpay/bitcore-lib/blob/86583608814dfc513e675d7b853806caf9bd95e7/lib/script/script.js#L514
this line should probably be
bitcore-lib/lib/script/script.js
Line 514 in 8658360