Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bukata-sa committed Dec 13, 2024
1 parent da91f6f commit a1a146e
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -27,7 +27,7 @@ contract MockLBTCTokenPool is TokenPool, ITypeAndVersion {
address rmnProxy,
address router,
bytes memory destPoolData
) TokenPool(token, 8, allowlist, rmnProxy, router) {
) TokenPool(token, allowlist, rmnProxy, router) {
i_destPoolData = destPoolData;
}

Expand Down

0 comments on commit a1a146e

Please sign in to comment.