Skip to content

Commit

Permalink
removing immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Dec 12, 2024
1 parent c433b36 commit e2b7247
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/test/mocks/MockLBTCTokenPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract MockLBTCTokenPool is TokenPool, ITypeAndVersion {
// This variable i_destPoolData will have either a 32-byte or non-32-byte value, which will change the off-chain behavior.
// If it is 32 bytes, the off-chain will consider it as attestation enabled and call the attestation API.
// If it is non-32 bytes, the off-chain will consider it as attestation disabled.
bytes public immutable i_destPoolData;
bytes public i_destPoolData;

constructor(
IERC20 token,
Expand Down
Loading

0 comments on commit e2b7247

Please sign in to comment.