Extract execute_instruction() to seed new runtime module

Fixes #1528
This commit is contained in:
Greg Fitzgerald
2018-11-23 20:42:01 -07:00
parent 31f00974f2
commit e0e6c3fdb2
4 changed files with 142 additions and 143 deletions

View File

@@ -65,6 +65,7 @@ pub mod retransmit_stage;
pub mod rpc;
pub mod rpc_pubsub;
pub mod rpc_request;
pub mod runtime;
pub mod service;
pub mod signature;
pub mod sigverify;