fix typo.
This commit is contained in:
parent
9e830c4666
commit
d70ec29f4a
@ -117,7 +117,7 @@ Input.prototype.getAddress = function getAddress() {
|
|||||||
return this._address;
|
return this._address;
|
||||||
|
|
||||||
if (this.witness.items.length > 0)
|
if (this.witness.items.length > 0)
|
||||||
address = this.witness.getInputAdddress();
|
address = this.witness.getInputAddress();
|
||||||
|
|
||||||
if (!address)
|
if (!address)
|
||||||
address = this.script.getInputAddress();
|
address = this.script.getInputAddress();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user