spl-associated-token-account: Add feature for new program (#22648)

* spl-associated-token-account: Add feature for new program

* Address feedback
This commit is contained in:
Jon Cinque
2022-01-24 22:54:41 +01:00
committed by GitHub
parent 0562426661
commit fc21af4e6e
4 changed files with 58 additions and 45 deletions

View File

@@ -33,6 +33,7 @@ pub mod execute_cost_table;
pub mod genesis_utils;
pub mod hardened_unpack;
pub mod in_mem_accounts_index;
pub mod inline_spl_associated_token_account;
pub mod inline_spl_token;
pub mod loader_utils;
pub mod message_processor;