Skip to content

Commit

Permalink
remove unused config from chainconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Dec 1, 2021
1 parent d3b0af2 commit e4af185
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fuel-core/src/chain_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pub struct ChainConfig {
pub parent_network: BaseChainConfig,
#[serde(default)]
pub initial_state: Option<StateConfig>,
pub global_config: Option<GlobalConfig>,
}

impl ChainConfig {
Expand All @@ -44,9 +43,6 @@ impl ChainConfig {
coins: Some(initial_coins),
..StateConfig::default()
}),
global_config: Some(GlobalConfig {
vm_backtrace: false,
}),
}
}
}
Expand Down

0 comments on commit e4af185

Please sign in to comment.