Updated on 2026-08-14
This commit is contained in:
parent
1fa6b67ee3
commit
a24de5f7f8
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,7 @@ class SendTransactionUseCase(
|
|||
userWallet: UserWallet,
|
||||
network: Network,
|
||||
): Either<SendTransactionError?, Boolean> {
|
||||
val signer = cardSdkConfigRepository.getCommonSigner(
|
||||
userWallet.cardId,
|
||||
)
|
||||
val signer = cardSdkConfigRepository.getCommonSigner(cardId = null)
|
||||
|
||||
val linkedTerminal = cardSdkConfigRepository.isLinkedTerminal()
|
||||
if (userWallet.scanResponse.card.isStart2Coin) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue