Browse Source

rm run locked

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
9360144950
  1. 2
      lib/server.js

2
lib/server.js

@ -1223,7 +1223,6 @@ WalletService.prototype.startScan = function(opts, cb) {
self._notify('ScanFinished', data, true);
};
Utils.runLocked(self.walletId, cb, function(cb) {
self.getWallet({}, function(err, wallet) {
if (err) return cb(err);
if (!wallet.isComplete()) return cb(new ClientError('Wallet is not complete'));
@ -1234,7 +1233,6 @@ WalletService.prototype.startScan = function(opts, cb) {
return cb();
});
});
};

Loading…
Cancel
Save