fix typo.

This commit is contained in:
Christopher Jeffrey 2016-03-02 19:42:09 -08:00
parent e6048e85c8
commit 13ee6a5751

View File

@ -861,7 +861,7 @@ Wallet.prototype.getScriptHash160 = function getScriptHash160() {
};
Wallet.prototype.getScriptHash256 = function getScriptHash256() {
return this.receiveAddress.getScriptHash160();
return this.receiveAddress.getScriptHash256();
};
Wallet.prototype.getScriptAddress = function getScriptAddress() {