Skip to content

Commit

Permalink
Tweak an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Feb 21, 2024
1 parent d242c80 commit 6d1f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/cli/src/commands/query/packet/commitments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl CommandRunner<CosmosBuilder> for QueryPacketCommitments {
&self.port_id,
)
.await
.wrap_err("failed to query packet commitments")?;
.wrap_err("`query packet commitments` command failed")?;

let packet_sequences = PacketSequences::new(height, sequences);

Expand Down

0 comments on commit 6d1f945

Please sign in to comment.