Skip to content

Commit 76510ad

Browse files
committed
fix: add env binding for WITH_BOOTNODE flag
1 parent 711abb2 commit 76510ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bins/validator-node/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ struct Args {
195195
bootnode: bool,
196196

197197
/// Also run an embedded bootnode on a separate port (validator + bootnode mode)
198-
#[arg(long)]
198+
#[arg(long, env = "WITH_BOOTNODE")]
199199
with_bootnode: bool,
200200

201201
/// Bootnode P2P port (only used with --with-bootnode)

0 commit comments

Comments
 (0)