Skip to content

Commit 747e4f1

Browse files
committed
added extra fields comment
1 parent f1c6711 commit 747e4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

consensus/types/src/core/config_and_preset.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub struct ConfigAndPreset {
4242
#[serde(flatten)]
4343
pub gloas_preset: GloasPreset,
4444
/// 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
4546
#[serde(flatten)]
4647
pub extra_fields: HashMap<String, Value>,
4748
}

0 commit comments

Comments
 (0)