address: lint.

This commit is contained in:
Christopher Jeffrey 2017-05-13 15:23:20 -07:00
parent a9ea4e5531
commit 44f6dd9386
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -225,7 +225,7 @@ Address.prototype.toBase58 = function toBase58(network) {
Address.prototype.toBech32 = function toBech32(network) {
var version = this.version;
var hash = this.hash;
var hrp, data;
var hrp;
assert(version !== -1,
'Cannot convert non-segwit address to bech32.');