Skip to content

Commit

Permalink
CLI: Mint VRT (#202)
Browse files Browse the repository at this point in the history
The associated token address of vault fee should be VRT.
  • Loading branch information
aoikurokawa authored Feb 13, 2025
1 parent c8bba08 commit ceab361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/vault_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ impl VaultCliHandler {
let vault_fee_ata_ix = create_associated_token_account_idempotent(
&depositor,
&vault_account.fee_wallet,
&vault_account.supported_mint,
&vault_account.vrt_mint,
&spl_token::ID,
);

Expand Down

0 comments on commit ceab361

Please sign in to comment.