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');