File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ fn main() {
175
175
Incorrect use of this flag will cause your node to experience a consensus
176
176
failure. Be extremely careful with this flag." )
177
177
. takes_value ( true )
178
+ . global ( true )
178
179
)
179
180
. arg (
180
181
Arg :: with_name ( "terminal-block-hash-override" )
@@ -188,6 +189,7 @@ fn main() {
188
189
failure. Be extremely careful with this flag." )
189
190
. requires ( "terminal-block-hash-epoch-override" )
190
191
. takes_value ( true )
192
+ . global ( true )
191
193
)
192
194
. arg (
193
195
Arg :: with_name ( "terminal-block-hash-epoch-override" )
@@ -200,6 +202,7 @@ fn main() {
200
202
failure. Be extremely careful with this flag." )
201
203
. requires ( "terminal-block-hash-override" )
202
204
. takes_value ( true )
205
+ . global ( true )
203
206
)
204
207
. subcommand ( beacon_node:: cli_app ( ) )
205
208
. subcommand ( boot_node:: cli_app ( ) )
You can’t perform that action at this time.
0 commit comments