Skip to content

Commit 234af02

Browse files
committed
txv2
1 parent 5d6a0ca commit 234af02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/wallets/wallet/impl/sub_wallets/solana_token_wallet.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ import '../solana_wallet.dart';
3232
/// Implements send functionality for Solana SPL tokens (like USDC, USDT, etc.)
3333
/// by delegating RPC calls and key management to the parent SolanaWallet.
3434
class SolanaTokenWallet extends Wallet {
35+
@override
36+
int get isarTransactionVersion => 2;
37+
3538
/// Create a new Solana Token Wallet.
3639
///
3740
/// Requires a parent SolanaWallet to provide RPC client and key management.

0 commit comments

Comments
 (0)