Browse Source

rm dead code

activeAddress
Ivan Socolsky 9 years ago
parent
commit
b3578ccfb5
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 2
      lib/server.js

2
lib/server.js

@ -2053,7 +2053,7 @@ WalletService.prototype.createTx = function(opts, cb) {
self.storage.storeTx(wallet.id, txp, next);
},
], function(err) {
if (err && err !== 'break') return cb(err);
if (err) return cb(err);
return cb(null, txp);
});

Loading…
Cancel
Save