Move SendTransactionService to solana_runtime (#10972)

This commit is contained in:
Greg Fitzgerald
2020-07-09 12:28:26 -06:00
committed by GitHub
parent 4ef8f893c7
commit 16eeea4f82
5 changed files with 7 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ pub mod message_processor;
mod native_loader;
pub mod nonce_utils;
pub mod rent_collector;
pub mod send_transaction_service;
pub mod serde_snapshot;
pub mod snapshot_package;
pub mod snapshot_utils;