btree map serializer

This commit is contained in:
NikVolf
2016-06-29 19:35:36 +03:00
parent 580913fa7d
commit bfbcb8d551
2 changed files with 92 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ impl MiningBlockChainClient for TestBlockChainClient {
fn prepare_open_block(&self, _author: Address, _gas_range_target: (U256, U256), _extra_data: Bytes) -> OpenBlock {
unimplemented!();
}
fn vm_factory(&self) -> &EvmFactory {
unimplemented!();
}