Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Aug 28, 2024
1 parent 6c383ca commit 82b9126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ struct Args {
slot_lookahead: u64,

/// Time in milliseconds between heartbeat ticks
#[arg(long, env default_value_t = 100)]
#[arg(long, env, default_value_t = 100)]
heartbeat_tick_time: u64,
}

Expand Down

0 comments on commit 82b9126

Please sign in to comment.