Fixing RPC Filter conversion to EthFilter (#2500)
This commit is contained in:
committed by
Arkadiy Paronyan
parent
0c7a28779d
commit
d9ca01cb6b
@@ -22,7 +22,7 @@ use client::BlockID;
|
||||
use log_entry::LogEntry;
|
||||
|
||||
/// Blockchain Filter.
|
||||
#[derive(Binary)]
|
||||
#[derive(Binary, Debug, PartialEq)]
|
||||
pub struct Filter {
|
||||
/// Blockchain will be searched from this block.
|
||||
pub from_block: BlockID,
|
||||
|
||||
Reference in New Issue
Block a user