Skip to content

Commit

Permalink
Add missing field to TezosContextConfiguration construction
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Jun 13, 2021
1 parent 82dcbb1 commit f18857e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tezos/client/benches/bench_apply_first_three_blocks.rs
Expand Up @@ -156,6 +156,7 @@ fn init_test_protocol_context(dir_name: &str) -> (ChainId, BlockHeader, InitProt
readonly: false,
context_stats_db_path: None,
sandbox_json_patch_context: None,
context_stats_db_path: None,
};

let result = client::init_protocol_context(context_config).unwrap();
Expand Down

0 comments on commit f18857e

Please sign in to comment.