Ivan Socolsky
9 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|
}); |
|
|
|
|
|
|
|