fix typo
This commit is contained in:
parent
c45495eeff
commit
bd78c758aa
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ angular.module('copayApp.services')
|
|||
var allAddrs = $rootScope.addrInfos;
|
||||
|
||||
var newAddrs = [];
|
||||
for:(var i in allAddrs) {
|
||||
for (var i in allAddrs) {
|
||||
var a = allAddrs[i];
|
||||
if (!currentAddrs[a.addressStr] && !a.isChange)
|
||||
newAddrs.push(a.addressStr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue