Use same BlockChainInfo for propagation

This commit is contained in:
arkpar
2016-03-04 21:52:03 +01:00
parent 316e48e3b5
commit f028ff1d40
2 changed files with 26 additions and 32 deletions

View File

@@ -105,7 +105,7 @@ impl BlockChainClient for TestBlockChainClient {
Some(U256::zero())
}
fn block_hash(&self, id: BlockId) -> Option<H256> {
fn block_hash(&self, _id: BlockId) -> Option<H256> {
unimplemented!();
}