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 c69df37 commit 30639dbCopy full SHA for 30639db
README.md
@@ -30,7 +30,7 @@ Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution guidelin
30
## Organization
31
There are five subdirectories which progressively build on one another for node logic.
32
33
-1. [`util`](./util): contains utility logic mainly reused in [`protocol-units`](./protocol-units).
+1. [`util`](./util): contains utility logic mainly reused in [`protocol`](./protocol).
34
2. [`protocol`](./protocol): contains implementations of the protocol logic.
35
3. [`node`](./node): contains single-process runnable binaries that aggregate the protocol logic.
36
4. [`network`](./network): contains logic for running multiple nodes in a network.
0 commit comments