mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
[Simple] Fix a broken link in doc/table_of_contents (#1279)
* [Simple] Fix a broken link in doc/table_of_contents
This commit is contained in:
parent
80f82eecc1
commit
a1bd593800
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
- [blocks_and_headers](chain/blocks_and_headers.md) - How Grin tracks blocks and headers on the chain
|
- [blocks_and_headers](chain/blocks_and_headers.md) - How Grin tracks blocks and headers on the chain
|
||||||
- [contractideas](contractideas.md) - Ideas on how to implement contracts
|
- [contractideas](contractideas.md) - Ideas on how to implement contracts
|
||||||
- [dandelion/dandelion](dandelion/dandelion.md) - About transaction propagation and cut-through. Stemming and fluffing!
|
- [dandelion/dandelion](dandelion/dandelion.md) - About transaction propagation and cut-through. Stemming and fluffing!
|
||||||
- [dandelion/simulating](dandelion/simulating.md) - Dandelium simulation - aggregating transaction without lock_height Stemming and fluffing!
|
- [dandelion/simulation](dandelion/simulation.md) - Dandelion simulation - aggregating transaction without lock_height Stemming and fluffing!
|
||||||
- [internal/pool](internal/pool.md) - Technical explanation of the transaction pool
|
- [internal/pool](internal/pool.md) - Technical explanation of the transaction pool
|
||||||
- [merkle](merkle.md) - Technical explanation of grin's favorite kind of merkle trees
|
- [merkle](merkle.md) - Technical explanation of grin's favorite kind of merkle trees
|
||||||
- [merkle_proof graph](merkle_proof/merkle_proof.png) - Example merkle proof with pruning applied
|
- [merkle_proof graph](merkle_proof/merkle_proof.png) - Example merkle proof with pruning applied
|
||||||
|
|
Loading…
Reference in a new issue