Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Dec 14, 2023
1 parent d9e39f0 commit 3365a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IncentivizedMessageEscrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ abstract contract IncentivizedMessageEscrow is IIncentivizedMessageEscrow, Bytes
* 1. That incentive.maxGasAck is sufficient! Otherwise, an off-chain agent needs to re-submit the ack.
* 2. That incentive.maxGasDelivery is sufficient. Otherwise, the call will fail within the try - catch.
* 3. The relay incentive is enough to get the message relayed within the expected time. If that is never, this check is not needed.
* @param destinationIdentifier 32 bytes which identifies the destination chain. The first 2 bytes are used for gas-saving context.
* @param destinationIdentifier 32 bytes which identifies the destination chain.
* @param destinationAddress The destination address encoded in 65 bytes: First byte is the length and last 64 is the destination address.
* @param message The message to be sent to the destination. Please ensure the message is block-unique.
* This means that you don't send the same message twice in a single block.
Expand Down

0 comments on commit 3365a84

Please sign in to comment.