Moves NonceKeyedAccount from the SDK to the Runtime. (#20954)

This commit is contained in:
Alexander Meißner
2021-10-25 22:58:18 +02:00
committed by GitHub
parent 8efba88dde
commit cf0fd5b2ca
4 changed files with 18 additions and 23 deletions

View File

@@ -38,6 +38,7 @@ pub mod log_collector;
pub mod message_processor;
pub mod neon_evm_program;
pub mod non_circulating_supply;
mod nonce_keyed_account;
mod pubkey_bins;
mod read_only_accounts_cache;
pub mod rent_collector;