Skip to content

Commit

Permalink
chore: revert doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed May 22, 2024
1 parent d9e56f9 commit 2c8dd54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wormhole/automatic-relayer/WormholeHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@ contract WormholeHelper is Test {
}

/// @dev helper to get logs
/// @param logs represents the logs after message dispatch on src chain
/// @param dispatchSelector represents the event selector
/// @param length represents the expected number of logs
/// @return WormholeLogs array of found logs
function _findLogs(Vm.Log[] memory logs, bytes32 dispatchSelector, uint256 length)
internal
pure
Expand Down

0 comments on commit 2c8dd54

Please sign in to comment.