Skip to content

Commit 405163d

Browse files
pepyakinrphmeier
authored andcommitted
shim/cli: clarification on behavior
This is a follow up for #164 that clarifies the status quo behavior when the block is not available in the CLI docs.
1 parent 73a9893 commit 405163d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sugondat/shim/src/cli.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ pub mod query {
147147
/// Submits the given blob into a namespace.
148148
Submit(submit::Params),
149149
/// Queries information about a block and header.
150+
///
151+
/// Returns an error if the given block is not available.
150152
Block(block::Params),
151153
/// Queries information about a specific blob.
152154
Blob(blob::Params),

0 commit comments

Comments
 (0)