jsonrpc optionals

This commit is contained in:
debris
2016-02-09 13:17:44 +01:00
parent 40068c1938
commit c50eb78ca1
9 changed files with 121 additions and 26 deletions

View File

@@ -98,6 +98,7 @@ pub mod ethereum;
pub mod header;
pub mod service;
pub mod spec;
pub mod transaction;
pub mod views;
pub mod receipt;
@@ -115,7 +116,6 @@ mod state;
mod account;
mod account_db;
mod action_params;
mod transaction;
mod null_engine;
mod builtin;
mod extras;