Skip to content

Commit

Permalink
fix stale comment (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR authored Aug 20, 2024
1 parent d2f26ae commit 4e52098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/libraries/Internal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library Internal {
// CCIP_LOCK_OR_BURN_V1_RET_BYTES bytes. If more data is required, the TokenTransferFeeConfig.destBytesOverhead
// has to be set for the specific token.
bytes extraData;
uint32 destGasAmount; // The amount of gas available for the releaseOrMint and transfer calls on the offRamp
uint32 destGasAmount; // The amount of gas available for the releaseOrMint and balanceOf calls on the offRamp
}

/// @notice Report that is submitted by the execution DON at the execution phase. (including chain selector data)
Expand Down

0 comments on commit 4e52098

Please sign in to comment.