File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # How different parts of the state handle reorganizations
1
+ # How neptune-core handles reorganizations
2
2
Neptune is a blockchain which features recursive STARK proofs as part of its
3
3
consensus mechanism. This implies that participants can synchronize trustlessly
4
4
by simply downloading the latest block and verifying this. Unlike most other
@@ -21,7 +21,7 @@ The client's state consists of the following parts:
21
21
- mempool
22
22
23
23
The wallet handles transactions that the client holds the spending keys for.
24
- The light state contains the latest blocks which verifies the validity of the
24
+ The light state contains the latest block which verifies the validity of the
25
25
entire history of the blockchain. The archival state is optional and allows,
26
26
among other things, the client to re-synchronize wallets that are no longer
27
27
up-to-date. The mempool keeps track of transactions that are not yet included
You can’t perform that action at this time.
0 commit comments