Skip to content

Commit

Permalink
Merge branch 'features/semi-abstracted-nonces' of https://github.com/…
Browse files Browse the repository at this point in the history
…Amxx/openzeppelin-contracts into features/semi-abstracted-nonces
  • Loading branch information
Amxx committed Oct 22, 2024
2 parents 86718f6 + c4a95c5 commit 7fabf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/NoncesKeyed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract contract NoncesKeyed is Nonces {
}

/**
* @dev Consumes the next unsused nonce for an address and key.
* @dev Consumes the next unused nonce for an address and key.
*
* Returns the current value without the key prefix. Consumed nonce is increased, so calling this functions twice
* with the same arguments will return different (sequential) results.
Expand Down

0 comments on commit 7fabf37

Please sign in to comment.