Skip to content

Commit

Permalink
fix: formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
karlem committed Jan 10, 2025
1 parent 1a84b42 commit b12e566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/structs/CrossNet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct IpcEnvelope {
/// @dev address sending the message
IPCAddress from;
/// @dev outgoing nonce for the envelope.
/// This nonce is set by the gateway when committing the message for propagation.
/// This nonce is set by the gateway when committing the message for propagation.
/// This nonce is changed on each network when the message is propagated,
/// so it is unique for each network and prevents replay attacks.
uint64 localNonce;
Expand Down

0 comments on commit b12e566

Please sign in to comment.