Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
imp: added missing natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Nov 5, 2024
1 parent 4edb506 commit 3a726f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/src/msgs/IMisbehaviourMsgs.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ interface IMisbehaviourMsgs is IICS07TendermintMsgs {
}

/// @notice The public value output for the sp1 misbehaviour program.
/// @param clientState The client state that was used to verify the misbehaviour.
/// @param time The time which the misbehaviour was verified in seconds.
/// @param trustedHeight1 The trusted height of header 1
/// @param trustedHeight2 The trusted height of header 2
Expand Down
1 change: 1 addition & 0 deletions contracts/src/msgs/IUpdateClientMsgs.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ interface IUpdateClientMsgs is IICS07TendermintMsgs {
}

/// @notice The public value output for the sp1 update client program.
/// @param clientState The client state that was used to verify the header.
/// @param trustedConsensusState The trusted consensus state.
/// @param newConsensusState The new consensus state with the verified header.
/// @param time The time which the header was verified in seconds.
Expand Down

0 comments on commit 3a726f5

Please sign in to comment.