Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
c8e4 committed May 23, 2024
1 parent 781c369 commit 7e50c49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/01-Summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ All transactions are settled on L1 and incur a transaction fee. CrystalPool main
**Smart Contracts:**
The project includes smart contracts for Deposit, Swap, Buy, and Sell operations. These contracts require more testing and audits.

**Potential Loss of Unsubmitted Transaction:**
**Potential Loss of Unsubmitted Transactions:**
In an environment characterized by a constantly busy mempool and rising transaction fees, it is conceivable to imagine a scenario where an unsubmitted transaction tree with a low-fee root cannot be submitted before the unlock height.
2 changes: 1 addition & 1 deletion docs/05-KYA.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ All transactions are settled on L1 and incur a transaction fee. CrystalPool main
**Smart Contracts:**
The project includes smart contracts for Deposit, Swap, Buy, and Sell operations. These contracts reuire more testing and audits.

**Potential Loss of Unsubmitted Transaction:**
**Potential Loss of Unsubmitted Transactions:**
In an environment characterized by a constantly busy mempool and rising transaction fees, it is conceivable to imagine a scenario where an unsubmitted transaction tree with a low-fee root cannot be submitted before the unlock height.
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Welcome to the CrystalPool project documentation. This book provides an in-depth

## Table of Contents

- [Abstract](01-Abstract.md)
- [Summary](01-Summary.md)
- [Project Goals](02-Project-Goals.md)
- [Key Components](03-Key-Components.md)
- [Built-in Wallet](04-Built-in-Wallet.md)
- [Know Your Asset (KYA)](05-KYA.md)
- [Know Your Assumtions (KYA)](05-KYA.md)
- [Smart Contracts](06-Smart-Contracts.md)
- [Risk Vectors and Mitigations](07-Risk-Vectors-and-Mitigations.md)

0 comments on commit 7e50c49

Please sign in to comment.