Skip to content

Commit 7c1fc0c

Browse files
committed
Fix lint
1 parent 0faa783 commit 7c1fc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity/contracts/token/TokenBridgeCctpBase.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ abstract contract TokenBridgeCctpBase is
7272

7373
/// @notice Maps messageId to whether or not the message has been verified
7474
/// by the CCTP message transmitter
75-
mapping(bytes32 messageId => bool) public isVerified;
75+
mapping(bytes32 messageId => bool verified) public isVerified;
7676

7777
/**
7878
* @notice Emitted when the Hyperlane domain to Circle domain mapping is updated.

0 commit comments

Comments
 (0)