Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 30, 2024
1 parent 0deecd3 commit 5900434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibc-testkit/src/hosts/tendermint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ impl Default for BlockParams {
}
}

/// This wrapper type is needed to implement
/// [`From`] traits [`Header`] to foreign types.
#[derive(Debug, Clone)]
pub struct TendermintHeader(Header);

Expand Down

0 comments on commit 5900434

Please sign in to comment.