move rpc_unimplemented into impls module
This commit is contained in:
parent
191bae5cd4
commit
7cea3eb5ed
@ -25,6 +25,10 @@ macro_rules! take_weak {
|
||||
}
|
||||
}
|
||||
|
||||
macro_rules! rpc_unimplemented {
|
||||
() => (Err(Error::internal_error()))
|
||||
}
|
||||
|
||||
mod web3;
|
||||
mod eth;
|
||||
mod net;
|
||||
|
@ -16,10 +16,6 @@
|
||||
|
||||
//! Ethereum rpc interfaces.
|
||||
|
||||
macro_rules! rpc_unimplemented {
|
||||
() => (Err(Error::internal_error()))
|
||||
}
|
||||
|
||||
pub mod web3;
|
||||
pub mod eth;
|
||||
pub mod net;
|
||||
|
Loading…
Reference in New Issue
Block a user