mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Add missing osaka-time lcli param (#7183)
Getting this when running lcli with `--osaka-time`: ``` error: unexpected argument '--osaka-time' found tip: a similar argument exists: '--shanghai-time' ``` This PR adds the missing `--osaka-time` option to `lcli`.
This commit is contained in:
@@ -553,6 +553,15 @@ fn main() {
|
||||
until Prague is triggered on mainnet.")
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
Arg::new("osaka-time")
|
||||
.long("osaka-time")
|
||||
.value_name("UNIX_TIMESTAMP")
|
||||
.action(ArgAction::Set)
|
||||
.help("The payload timestamp that enables Osaka. No default is provided \
|
||||
until Osaka is triggered on mainnet.")
|
||||
.display_order(0)
|
||||
)
|
||||
)
|
||||
.subcommand(
|
||||
Command::new("http-sync")
|
||||
|
||||
Reference in New Issue
Block a user