wallet: lint.

This commit is contained in:
Christopher Jeffrey 2016-08-22 22:44:08 -07:00
parent 5e49bce310
commit 7b723baedd
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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