diff --git a/rpc/src/traits/eth.rs b/rpc/src/traits/eth.rs index 35b59a91c..63aadbc74 100644 --- a/rpc/src/traits/eth.rs +++ b/rpc/src/traits/eth.rs @@ -44,7 +44,7 @@ pub trait Eth: Sized + Send + Sync + 'static { } } -// TODO: do filters api properly if we commit outselves to polling again... +// TODO: do filters api properly pub trait EthFilter: Sized + Send + Sync + 'static { /// Returns id of new block filter fn new_block_filter(&self, _: Params) -> Result { rpcerr!() }