Merge branch 'master' into mining

This commit is contained in:
Gav Wood
2016-03-01 16:59:39 +01:00
13 changed files with 734 additions and 34 deletions

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!();
}