Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Aug 26, 2024
1 parent 6f2b720 commit 9d2fab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/UnorderedNonce.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract UnorderedNonce {
}

/// @notice Revoke a nonce by spending it, preventing it from being used again
/// @dev Used in cases where a valid nonce has not been broadcasted onchain, and the owner, wants to revoke the validity of the nonce
/// @dev Used in cases where a valid nonce has not been broadcasted onchain, and the owner wants to revoke the validity of the nonce
/// @dev payable so it can be multicalled with native-token related actions
function revokeNonce(uint256 nonce) external payable {
_useUnorderedNonce(msg.sender, nonce);
Expand Down

0 comments on commit 9d2fab4

Please sign in to comment.