We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faa783 commit 7c1fc0cCopy full SHA for 7c1fc0c
solidity/contracts/token/TokenBridgeCctpBase.sol
@@ -72,7 +72,7 @@ abstract contract TokenBridgeCctpBase is
72
73
/// @notice Maps messageId to whether or not the message has been verified
74
/// by the CCTP message transmitter
75
- mapping(bytes32 messageId => bool) public isVerified;
+ mapping(bytes32 messageId => bool verified) public isVerified;
76
77
/**
78
* @notice Emitted when the Hyperlane domain to Circle domain mapping is updated.
0 commit comments