Skip to content

Commit

Permalink
fix create_genesis_config
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Oct 9, 2023
1 parent acd0fd2 commit 306883a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-stf/src/genesis_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ fn create_genesis_config<C: Context, Da: DaSpec, P: AsRef<Path>>(
chain_state_config,
value_setter_config,
accounts_config,
nft_config,
#[cfg(feature = "experimental")]
evm_config,
nft_config,
))
}

Expand Down

0 comments on commit 306883a

Please sign in to comment.