Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Sep 23, 2021
1 parent bee26c1 commit adad9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain-impl-mockchain/src/testing/ledger.rs
Expand Up @@ -66,7 +66,7 @@ pub struct ConfigBuilder {
block0_date: Block0Date,
consensus_version: ConsensusVersion,
pool_capping_ratio: Ratio,
transcation_max_expiry_epochs: Option<u8>,
transaction_max_expiry_epochs: Option<u8>,
#[cfg(feature = "evm")]
evm_params: EvmConfigParams,
}
Expand Down Expand Up @@ -104,7 +104,7 @@ impl ConfigBuilder {
kes_update_speed: 3600 * 12,
block0_date: Block0Date(0),
consensus_version: ConsensusVersion::Bft,
transcation_max_expiry_epochs: None,
transaction_max_expiry_epochs: None,
#[cfg(feature = "evm")]
evm_params: EvmConfigParams {
config: Box::new(Config::istanbul()),
Expand Down

0 comments on commit adad9a8

Please sign in to comment.