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 bc9659f commit b1df0c2Copy full SHA for b1df0c2
contracts/utils/NoncesKeyed.sol
@@ -24,7 +24,7 @@ abstract contract NoncesKeyed is Nonces {
24
/**
25
* @dev Consumes the next unused nonce for an address and key.
26
*
27
- * Returns the current value without the key prefix. Consumed nonce is increased, so calling this function twice
+ * Returns the current value with the key prefix (i.e. the packed keyNonce). Consumed nonce is increased, so calling this function twice
28
* with the same arguments will return different (sequential) results.
29
*/
30
function _useNonce(address owner, uint192 key) internal virtual returns (uint256) {
0 commit comments