fix typo.
This commit is contained in:
parent
e6048e85c8
commit
13ee6a5751
@ -861,7 +861,7 @@ Wallet.prototype.getScriptHash160 = function getScriptHash160() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Wallet.prototype.getScriptHash256 = function getScriptHash256() {
|
Wallet.prototype.getScriptHash256 = function getScriptHash256() {
|
||||||
return this.receiveAddress.getScriptHash160();
|
return this.receiveAddress.getScriptHash256();
|
||||||
};
|
};
|
||||||
|
|
||||||
Wallet.prototype.getScriptAddress = function getScriptAddress() {
|
Wallet.prototype.getScriptAddress = function getScriptAddress() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user