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

@@ -54,7 +54,6 @@ pub mod rpc_pubsub;
pub mod rpc_pubsub_service;
pub mod rpc_service;
pub mod rpc_subscriptions;
pub mod send_transaction_service;
pub mod serve_repair;
pub mod serve_repair_service;
pub mod sigverify;