From 24625b1abf066e43f9429128c357933badceb494 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 4 Mar 2016 05:10:33 -0800 Subject: [PATCH] typo --- lib/bcoin/mtx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/mtx.js b/lib/bcoin/mtx.js index 024606e0..860163a3 100644 --- a/lib/bcoin/mtx.js +++ b/lib/bcoin/mtx.js @@ -218,7 +218,7 @@ MTX.prototype.scriptInput = function scriptInput(index, addr) { return false; if (prev[1].length === 32) { - // Bare P2WPSH. + // Bare P2WSH. if (!addr.script || !utils.isEqual(prev[1], addr.scriptHash256)) return false;