Merge branch 'discovery' of github.com:ethcore/parity into discovery

This commit is contained in:
arkpar
2016-02-16 02:31:53 +01:00
2 changed files with 26 additions and 3 deletions

View File

@@ -419,11 +419,11 @@ impl BlockChainClient for Client {
}
fn state_data(&self, _hash: &H256) -> Option<Bytes> {
unimplemented!();
None
}
fn block_receipts(&self, _hash: &H256) -> Option<Bytes> {
unimplemented!();
None
}
fn import_block(&self, bytes: Bytes) -> ImportResult {