rm dead code

This commit is contained in:
Ivan Socolsky 2016-07-26 11:09:17 -03:00
parent d47bf73dd8
commit b3578ccfb5
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with 1 additions and 1 deletions

View File

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