fixes for valid rlp

This commit is contained in:
Nikolay Volf
2016-02-08 01:39:02 +03:00
parent b6f74bd143
commit 871b7113ec
2 changed files with 46 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ impl TestBlockChainClient {
impl BlockChainClient for TestBlockChainClient {
fn block_total_difficulty(&self, _h: &H256) -> Option<U256> {
unimplemented!();
Some(U256::zero())
}
fn block_header(&self, h: &H256) -> Option<Bytes> {