We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c6711 commit 747e4f1Copy full SHA for 747e4f1
consensus/types/src/core/config_and_preset.rs
@@ -42,6 +42,7 @@ pub struct ConfigAndPreset {
42
#[serde(flatten)]
43
pub gloas_preset: GloasPreset,
44
/// The `extra_fields` map allows us to gracefully decode fields intended for future hard forks.
45
+ /// Also allows for overrides of config.yaml values from cli props - be sure to keep this field at the bottom of the struct
46
47
pub extra_fields: HashMap<String, Value>,
48
}
0 commit comments