Skip to content

Commit

Permalink
chore(protocol): fix commenting copy paste (#16706)
Browse files Browse the repository at this point in the history
Co-authored-by: Keszey Dániel <[email protected]>
  • Loading branch information
adaki2004 and Keszey Dániel authored Apr 10, 2024
1 parent 9257049 commit e25ad9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/contracts/bridge/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,11 @@ contract Bridge is EssentialContract, IBridge {
);
}

/// @notice Checks if a msgHash has failed on its destination chain.
/// @notice Checks if a msgHash has been received on its source chain.
/// This is the 'readonly' version of proveMessageReceived.
/// @param _message The message.
/// @param _proof The merkle inclusion proof.
/// @return true if the message has failed, false otherwise.
/// @return true if the message has been received, false otherwise.
function isMessageReceived(
Message calldata _message,
bytes calldata _proof
Expand Down

0 comments on commit e25ad9f

Please sign in to comment.