Skip to content

Commit

Permalink
Update contracts/src/Teleporter/TeleporterMessenger.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Geoff Stuart <geoff.vball@gmail.com>
Signed-off-by: Michael Kaplan <55204436+michaelkaplan13@users.noreply.github.com>
  • Loading branch information
michaelkaplan13 and geoff-vball authored Dec 19, 2023
1 parent 92af6bc commit 8e780bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/Teleporter/TeleporterMessenger.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract TeleporterMessenger is ITeleporterMessenger, ReentrancyGuards {
// The blockchain ID of the chain the contract is deployed on. Initialized lazily on the first call of `receiveCrossChainMessage`
bytes32 public blockchainID;

// A monotonically incremented integer tracking the total number of message sent by this TeleporterMessenger contract.
// A monotonically incremented integer tracking the total number of messages sent by this TeleporterMessenger contract.
// Used to provide uniqueness when generating message IDs for new messages.
uint256 public messageNonce;

Expand Down

0 comments on commit 8e780bf

Please sign in to comment.