silence errors temporarily
This commit is contained in:
parent
3669d17390
commit
dd9e3f21ad
@ -16,6 +16,9 @@
|
||||
|
||||
//! Eth RPC interface for the light client.
|
||||
|
||||
// TODO: remove when complete.
|
||||
#![allow(unused_imports, unused_variables)]
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
use jsonrpc_core::Error;
|
||||
|
@ -16,4 +16,6 @@
|
||||
|
||||
//! RPC implementations for the light client.
|
||||
|
||||
mod eth;
|
||||
pub mod eth;
|
||||
|
||||
pub use self::eth::EthClient;
|
||||
|
Loading…
Reference in New Issue
Block a user