Skip to content

Commit

Permalink
shim: document default block_ref param
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Feb 23, 2024
1 parent 8ee7ea8 commit eb445b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ikura/shim/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pub mod query {
pub struct BlockParams {
/// The block containing the blob to query.
///
/// Possible values: ["best", number, hash]
/// Possible values: ["best", number, hash]. Defaults to "best".
///
/// "best" is the highest finalized block.
///
Expand Down

0 comments on commit eb445b8

Please sign in to comment.