From 7b723baedd56002d8cb8570a01b606b032a65ca4 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 22 Aug 2016 22:44:08 -0700 Subject: [PATCH] wallet: lint. --- lib/bcoin/wallet.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/bcoin/wallet.js b/lib/bcoin/wallet.js index 6e1da733..30f13690 100644 --- a/lib/bcoin/wallet.js +++ b/lib/bcoin/wallet.js @@ -1403,8 +1403,6 @@ Wallet.prototype.handleTX = function handleTX(info, callback) { */ Wallet.prototype.getRedeem = function getRedeem(hash, callback) { - var self = this; - if (typeof hash === 'string') hash = new Buffer(hash, 'hex');