Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions lcli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading