Skip to content

Commit

Permalink
token 2022 test: refactor transfer hook test to use new offchain helper
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jan 11, 2024
1 parent 246bdc2 commit 63e8f91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion token/program-2022-test/tests/transfer_hook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ use {
processor::Processor,
},
spl_token_client::token::{ExtensionInitializationParams, TokenError as TokenClientError},
spl_transfer_hook_interface::{get_extra_account_metas_address, offchain::add_extra_account_metas_for_execute},
spl_transfer_hook_interface::{
get_extra_account_metas_address, offchain::add_extra_account_metas_for_execute,
},
std::{convert::TryInto, sync::Arc},
};

Expand Down

0 comments on commit 63e8f91

Please sign in to comment.