rm logs
This commit is contained in:
parent
5e92ae96ac
commit
1eebaa4e94
3 changed files with 4 additions and 4 deletions
|
|
@ -444,7 +444,8 @@ Identity.importFromFullJson = function(str, password, opts, cb) {
|
|||
* @emits newWallet (walletId)
|
||||
*/
|
||||
Identity.prototype.bindWallet = function(w) {
|
||||
this.wallets[w.getId()] = w;
|
||||
var self = this;
|
||||
self.wallets[w.getId()] = w;
|
||||
log.debug('Binding wallet:' + w.getName());
|
||||
|
||||
w.on('txProposalsUpdated', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue