Skip to content

Commit 69a6ca2

Browse files
committed
comments fix
1 parent 88a004f commit 69a6ca2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

chains/evm/contracts/pools/Lombard/LombardTokenPool.sol

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ contract LombardTokenPool is TokenPool, ITypeAndVersion {
3636
error ExecutionError();
3737
error HashMismatch();
3838

39-
/// @param remoteChainSelector CCIP selector of destination chain
40-
/// @param lChainId The chain id of destination chain by Lombard Multi Chain Id conversion
41-
/// @param allowedCaller The address of TokenPool on destination chain allowed to handle GMP message
39+
/// @param remoteChainSelector CCIP selector of destination chain.
40+
/// @param lChainId The chain id of destination chain by Lombard Multi Chain Id conversion.
41+
/// @param allowedCaller The address of TokenPool on destination chain allowed to handle GMP message.
4242
event PathSet(uint64 indexed remoteChainSelector, bytes32 indexed lChainId, bytes32 allowedCaller);
43-
/// @param remoteChainSelector CCIP selector of destination chain
44-
/// @param lChainId The chain id of destination chain by Lombard Multi Chain Id conversion
45-
/// @param allowedCaller The address of TokenPool on destination chain allowed to handle GMP message
43+
/// @param remoteChainSelector CCIP selector of destination chain.
44+
/// @param lChainId The chain id of destination chain by Lombard Multi Chain Id conversion.
45+
/// @param allowedCaller The address of TokenPool on destination chain allowed to handle GMP message.
4646
event PathRemoved(uint64 indexed remoteChainSelector, bytes32 indexed lChainId, bytes32 allowedCaller);
4747
event LombardConfigurationSet(address indexed verifier, address indexed bridge, address indexed tokenAdapter);
4848

0 commit comments

Comments
 (0)