Updated on 2026-08-14
This commit is contained in:
parent
d1883231ed
commit
a3f7c6dcc4
1 changed files with 1 additions and 1 deletions
|
|
@ -1333,7 +1333,7 @@ internal class SwapInteractorImpl @AssistedInject constructor(
|
|||
|
||||
val formattedHash = getFormattedHash(transactionBytes)
|
||||
|
||||
if (formattedHash.size > SOLANA_TRANSACTION_SIZE_THRESHOLD_BYTES) {
|
||||
if (formattedHash.size > SOLANA_TRANSACTION_SIZE_THRESHOLD_BYTES && userWallet is UserWallet.Cold) {
|
||||
return produceDexSwapDataError(
|
||||
error = ExpressDataError.TooLargeSolanaTransactionError,
|
||||
fromToken = fromToken,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue