Skip to content

Commit

Permalink
Fix CLI typo boostrap -> bootstrap (ava-labs#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph authored Sep 27, 2022
1 parent 36239ad commit efc63ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const (
RetryBootstrapWarnFrequencyKey = "bootstrap-retry-warn-frequency"
PluginModeKey = "plugin-mode-enabled"
BootstrapBeaconConnectionTimeoutKey = "bootstrap-beacon-connection-timeout"
BootstrapMaxTimeGetAncestorsKey = "boostrap-max-time-get-ancestors"
BootstrapMaxTimeGetAncestorsKey = "bootstrap-max-time-get-ancestors"
BootstrapAncestorsMaxContainersSentKey = "bootstrap-ancestors-max-containers-sent"
BootstrapAncestorsMaxContainersReceivedKey = "bootstrap-ancestors-max-containers-received"
ChainConfigDirKey = "chain-config-dir"
Expand Down

0 comments on commit efc63ce

Please sign in to comment.