Fixing RPC Filter conversion to EthFilter (#2500)

This commit is contained in:
Tomasz Drwięga
2016-10-07 09:18:32 +02:00
committed by Arkadiy Paronyan
parent 0c7a28779d
commit d9ca01cb6b
2 changed files with 40 additions and 3 deletions

View File

@@ -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,