rm return
This commit is contained in:
parent
b46a05fe4a
commit
85d73e9bb4
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue