Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 72260e4

Browse files
committed
Added transfer_fee extension
1 parent 55bcab1 commit 72260e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/program-2022/src/offchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pub use spl_transfer_hook_interface::offchain::{AccountDataResult, AccountFetchError};
44
use {
55
crate::{
6-
extension::{transfer_hook, StateWithExtensions},
6+
extension::{transfer_fee, transfer_hook, StateWithExtensions},
77
state::Mint,
88
},
99
solana_program::{instruction::Instruction, program_error::ProgramError, pubkey::Pubkey},

0 commit comments

Comments
 (0)