rm return

This commit is contained in:
Matias Alejo Garcia 2015-01-05 14:04:26 -03:00
commit 85d73e9bb4

View file

@ -2214,7 +2214,6 @@ Wallet.prototype.getUnspent = function(cb) {
if (self.cache.unspent != null) {
log.debug('Wallet ' + this.getName() + ': Get unspent cache hit');
return self.computeUnspent(self.cache.unspent, cb);
return
}
var addresses = this.getAddresses();