Adds support for 2-step balance
This commit is contained in:
parent
72b7ca7fb9
commit
79f61c29f8
4 changed files with 9 additions and 3 deletions
|
|
@ -91,6 +91,9 @@ angular.module('copayApp.services')
|
|||
case 'NewCopayer':
|
||||
// No UX notification
|
||||
break;
|
||||
case 'BalanceUpdated':
|
||||
// No UX notification
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue