Skip to content

Commit

Permalink
Update contracts/src/Teleporter/ITeleporterMessenger.sol
Browse files Browse the repository at this point in the history
Co-authored-by: cam-schultz <[email protected]>
Signed-off-by: Geoff Stuart <[email protected]>
  • Loading branch information
geoff-vball and cam-schultz authored Nov 24, 2023
1 parent 75e67cb commit 6d878a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/Teleporter/ITeleporterMessenger.sol
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ interface ITeleporterMessenger {
) external view returns (uint256);

/**
* @dev Gets the receipt at the given index in the queue for the given chain ID.
* @dev Gets the receipt at the given index in the queue for the given origin chain ID.
* @return The receipt requested.
*/
function getReceiptAtIndex(
Expand Down

0 comments on commit 6d878a5

Please sign in to comment.