Skip to content

Commit d76d3a6

Browse files
Sword-Smithdan-da
andcommitted
docs: Apply feedback on documentation of reorganization
Co-authored-by: danda <[email protected]>
1 parent 108cfc4 commit d76d3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer_docs/reorganizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How different parts of the state handle reorganizations
1+
# How neptune-core handles reorganizations
22
Neptune is a blockchain which features recursive STARK proofs as part of its
33
consensus mechanism. This implies that participants can synchronize trustlessly
44
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:
2121
- mempool
2222

2323
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
2525
entire history of the blockchain. The archival state is optional and allows,
2626
among other things, the client to re-synchronize wallets that are no longer
2727
up-to-date. The mempool keeps track of transactions that are not yet included

0 commit comments

Comments
 (0)