make light module public

This commit is contained in:
Robert Habermeier 2017-02-05 15:22:15 +01:00
parent 7c9064c856
commit def47b4042
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,6 @@ mod parity;
mod parity_accounts;
mod parity_set;
mod personal;
mod light;
mod signer;
mod signing;
mod signing_unsafe;
@ -40,6 +39,8 @@ mod rpc;
mod traces;
mod web3;
pub mod light;
pub use self::web3::Web3Client;
pub use self::eth::{EthClient, EthClientOptions};
pub use self::eth_filter::EthFilterClient;