Skip to content

Commit 923763f

Browse files
authored
Update README.md
1 parent 3f326d8 commit 923763f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repo is an ongoing collection of useful, and occasionally clever, solidity/
1616
- [Big Data Storage (SSTORE2)](./patterns/big-data-storage)
1717
- Cost efficient on-chain storage of multi-word data accessible to contracts.
1818
- [Bitmap Nonces](./patterns/bitmap-nonces/)
19-
- Efficiently tracking the state of many operations identifiable by a unique nonce.
19+
- Efficiently tracking on-chain the state of frequent, consumable operations identifiable by a unique nonce.
2020
- [Commit + Reveal](./patterns/commit-reveal)
2121
- A two-step process for performing partially obscured on-chain actions that can't be front or back runned.
2222
- [EIP712 Signed Messages](./patterns/eip712-signed-messages)

0 commit comments

Comments
 (0)