Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed Nov 4, 2022
1 parent b90d5e2 commit f766877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ibc/src/clients/ics07_tendermint/client_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ impl ClientState {
header: &Header,
current_timestamp: Timestamp,
) -> Result<(), Ics02Error> {
Self::check_trusted_header(&consensus_state, header)?;
Self::check_trusted_header(consensus_state, header)?;

let duration_since_consensus_state = current_timestamp
.duration_since(&consensus_state.timestamp())
Expand Down

0 comments on commit f766877

Please sign in to comment.