on reject / seen checks
This commit is contained in:
parent
32396c1ad4
commit
fb891d3f89
3 changed files with 99 additions and 86 deletions
|
|
@ -197,7 +197,8 @@ Identity.prototype.storeWallet = function(wallet, cb) {
|
|||
|
||||
this.storage.setItem(key, val, function(err) {
|
||||
if (err) {
|
||||
log.debug('Wallet:' + wallet.getName() + ' couldnt be stored:', err);
|
||||
log.error('Wallet:' + wallet.getName() + ' couldnt be stored:', err);
|
||||
log.error('Wallet:' + wallet.getName() + ' Size:', JSON.stringify(wallet.sizes()));
|
||||
}
|
||||
if (cb)
|
||||
return cb(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue