Adds support for 2-step balance
This commit is contained in:
parent
72b7ca7fb9
commit
79f61c29f8
4 changed files with 9 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ angular.module('copayApp.services')
|
|||
client.credentials.walletId, client.credentials.walletName);
|
||||
|
||||
if (root.focusedClient.credentials.walletId == client.credentials.walletId) {
|
||||
$rootScope.$emit(n.type);
|
||||
$rootScope.$emit(n.type, n);
|
||||
} else {
|
||||
$rootScope.$apply();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue