Skip to content

Commit

Permalink
Exclude ledger owners from list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Jäckel committed Aug 31, 2023
1 parent bcc8e8a commit 36beb26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class OwnerListViewModel
.sortedBy { it.name }
val acceptedOwners = owners.filter { localOwner ->
safe.signingOwners.any {
localOwner.address == it
localOwner.address == it && localOwner.type != Owner.Type.LEDGER_NANO_X
}
}
val balances = rpcClient.getBalances(acceptedOwners.map { it.address })
Expand Down

0 comments on commit 36beb26

Please sign in to comment.