We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cba5a1 commit f9b901eCopy full SHA for f9b901e
book/src/dev/mempool-specification.md
@@ -8,7 +8,7 @@ The mempool is a fundamental component of the Zebra node, responsible for managi
8
9
Key responsibilities of the mempool include:
10
- Accepting new transactions from the network
11
-- Verifying transactions against consensus rules
+- Verifying transactions against a subset of consensus rules
12
- Storing verified transactions in memory
13
- Managing memory usage and transaction eviction
14
- Providing transaction queries to other components
0 commit comments