updated eth filter comment

This commit is contained in:
debris 2016-01-27 14:32:10 +01:00
parent e068bad4e0
commit 1402fd5c4c
1 changed files with 1 additions and 1 deletions

View File

@ -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<Value, Error> { rpcerr!() }