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

Commit a1a146e

Browse files
committed
fix
1 parent da91f6f commit a1a146e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -27,7 +27,7 @@ contract MockLBTCTokenPool is TokenPool, ITypeAndVersion {
2727
address rmnProxy,
2828
address router,
2929
bytes memory destPoolData
30-
) TokenPool(token, 8, allowlist, rmnProxy, router) {
30+
) TokenPool(token, allowlist, rmnProxy, router) {
3131
i_destPoolData = destPoolData;
3232
}
3333

0 commit comments

Comments
 (0)