Skip to content

Commit

Permalink
Ignore ledger keys when selecting default execution key (until ledger…
Browse files Browse the repository at this point in the history
… execution is implemented)
  • Loading branch information
Dirk Jäckel committed Aug 31, 2023
1 parent 6533620 commit bcc8e8a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ class TxReviewViewModel
rpcClient.getBalances(acceptedOwners.map { it.address })
}.onSuccess {
executionKey = acceptedOwners
.filter {
it.type != Owner.Type.LEDGER_NANO_X
}
.mapIndexed { index, owner ->
owner to it[index]
}
Expand Down

0 comments on commit bcc8e8a

Please sign in to comment.