settings: fix balance bug
This commit is contained in:
parent
e3afce6a9f
commit
3691bd5ee0
4 changed files with 36 additions and 6 deletions
|
|
@ -50,7 +50,6 @@ angular.module('copayApp.services')
|
|||
$scope.loading = false;
|
||||
});
|
||||
|
||||
|
||||
w.on('corrupt', function(peerId) {
|
||||
notification.error('Error', 'Received corrupt message from ' + peerId);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue