Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit e2b7247

Browse files
committed
removing immutable
1 parent c433b36 commit e2b7247

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

contracts/src/v0.8/ccip/test/mocks/MockLBTCTokenPool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ contract MockLBTCTokenPool is TokenPool, ITypeAndVersion {
1919
// This variable i_destPoolData will have either a 32-byte or non-32-byte value, which will change the off-chain behavior.
2020
// If it is 32 bytes, the off-chain will consider it as attestation enabled and call the attestation API.
2121
// If it is non-32 bytes, the off-chain will consider it as attestation disabled.
22-
bytes public immutable i_destPoolData;
22+
bytes public i_destPoolData;
2323

2424
constructor(
2525
IERC20 token,

0 commit comments

Comments
 (0)