Skip to content

Commit

Permalink
Fix solan max send
Browse files Browse the repository at this point in the history
  • Loading branch information
furenster committed Nov 23, 2024
1 parent cedec4a commit 59e7e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.wallet.core.primitives.TransactionType

class SolanaFee {

private val staticBaseFee = 50_000L
private val staticBaseFee = 5_000L
private val tokenAccountSize = 165

suspend operator fun invoke(rpcClient: SolanaRpcClient, transactionType: TransactionType, assetType: AssetSubtype): Fee {
Expand Down

0 comments on commit 59e7e5d

Please sign in to comment.