updated eth filter comment
This commit is contained in:
parent
e068bad4e0
commit
1402fd5c4c
@ -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 {
|
pub trait EthFilter: Sized + Send + Sync + 'static {
|
||||||
/// Returns id of new block filter
|
/// Returns id of new block filter
|
||||||
fn new_block_filter(&self, _: Params) -> Result<Value, Error> { rpcerr!() }
|
fn new_block_filter(&self, _: Params) -> Result<Value, Error> { rpcerr!() }
|
||||||
|
Loading…
Reference in New Issue
Block a user