Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RayXpub committed Jun 28, 2024
1 parent 70585ec commit 39ccb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/NonceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ contract NonceManager is INonceManager, AuthorizedCallers {
if (inboundNonce == 0) {
address prevOffRamp = s_previousRamps[sourceChainSelector].prevOffRamp;
if (prevOffRamp != address(0)) {
// We only EVM previous offRamps here so we can safely decode the sender
// We only expect EVM previous offRamps here so we can safely decode the sender
return IEVM2AnyOnRamp(prevOffRamp).getSenderNonce(abi.decode(sender, (address)));
}
}
Expand Down

0 comments on commit 39ccb67

Please sign in to comment.