Updated on 2026-08-14
This commit is contained in:
parent
e1cecb0272
commit
40209bc1c3
1 changed files with 2 additions and 2 deletions
|
|
@ -107,8 +107,8 @@ class DerivationManagerImpl(
|
|||
val selectedUserWallet = appStateHolder.userWalletsListManager?.selectedUserWalletSync
|
||||
|
||||
val result = appStateHolder.tangemSdkManager?.derivePublicKeys(
|
||||
scanResponse.card.cardId,
|
||||
derivations,
|
||||
cardId = null, // always ignore cardId in derive task
|
||||
derivations = derivations,
|
||||
)
|
||||
when (result) {
|
||||
is CompletionResult.Success -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue