fix typo.

This commit is contained in:
Christopher Jeffrey 2016-04-08 16:09:50 -07:00
parent 9e830c4666
commit d70ec29f4a
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -117,7 +117,7 @@ Input.prototype.getAddress = function getAddress() {
return this._address;
if (this.witness.items.length > 0)
address = this.witness.getInputAdddress();
address = this.witness.getInputAddress();
if (!address)
address = this.script.getInputAddress();