From 7a066b68ed6cfd50d1c3612d1c7ae853a74bb86e Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Thu, 29 Sep 2016 00:36:10 +1000 Subject: [PATCH] HDNode: remove unnecessary this context --- src/hdnode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdnode.js b/src/hdnode.js index 27228e9..6e4cbb5 100644 --- a/src/hdnode.js +++ b/src/hdnode.js @@ -314,7 +314,7 @@ HDNode.prototype.derivePath = function (path) { index = parseInt(indexStr, 10) return prevHd.derive(index) } - }, this) + }) } HDNode.prototype.toString = HDNode.prototype.toBase58