Unused variable

This commit is contained in:
Tomasz Drwięga 2016-02-29 23:43:48 +01:00
parent 212aac42bd
commit 8c60eaa548

View File

@ -117,7 +117,7 @@ impl BlockChainClient for TestBlockChainClient {
unimplemented!();
}
fn logs(&self, filter: Filter) -> Vec<LocalizedLogEntry> {
fn logs(&self, _filter: Filter) -> Vec<LocalizedLogEntry> {
unimplemented!();
}