Skip to content

Commit

Permalink
A0-2672: Fix try-runtime/follow-chain (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 authored Jun 12, 2023
1 parent a949d03 commit 22a2c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/frame/try-runtime/cli/src/commands/follow_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ where
state_ext,
&executor,
"TryRuntime_execute_block",
(block, command.state_root_check, command.try_state.clone()).encode().as_ref(),
(block, command.state_root_check, true, command.try_state.clone()).encode().as_ref(),
full_extensions(),
shared
.export_proof
Expand Down

0 comments on commit 22a2c78

Please sign in to comment.