From 13ee6a5751ca82955f83b50d295c59b5ff911797 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 2 Mar 2016 19:42:09 -0800 Subject: [PATCH] fix typo. --- lib/bcoin/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/wallet.js b/lib/bcoin/wallet.js index 6f920115..b1c01f97 100644 --- a/lib/bcoin/wallet.js +++ b/lib/bcoin/wallet.js @@ -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() {