Skip to content

Commit 3f2f980

Browse files
committed
chore: Grammar.
1 parent cb2bcf4 commit 3f2f980

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/deposit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ clementine-cli deposit --help
1212
> Don't forget to specify the `--network` flag if you plan to use a different Bitcoin
1313
> network other than mainnet. Mainnet is selected implicitly for every
1414
> command.
15+
1516
## Prerequisites
1617

1718
Before starting a deposit, ensure you have:

docs/wallet.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Clementine CLI provides comprehensive wallet management capabilities with strong security features. All wallet operations can be performed offline for maximum security.
44

55
> [!CAUTION]
6-
> Don't forget to specify `--network` flag, if you plan to use a different Bitcoin
7-
> network, other than the mainnet: Mainnet is selected implicitly for every
6+
> Don't forget to specify the `--network` flag if you plan to use a different Bitcoin
7+
> network other than mainnet. Mainnet is selected implicitly for every
88
> command.
99
1010
## About Clementine Wallets
@@ -26,14 +26,16 @@ Clementine wallets are specialized Bitcoin key managers designed for secure brid
2626
**These are not ordinary Bitcoin addresses** - they are specialized bridge addresses with different spending conditions specifically generated for Clementine bridge operations.
2727

2828
**Why prefixes matter:**
29+
2930
- **Prevent accidental copy-paste errors** that could result in permanent fund loss
3031
- **Ensure proper address derivation** with bridge-specific cryptographic schemes
3132
- **Distinguish between different signature algorithms** required by deposit vs withdrawal operations
3233
- **Provide validation layer** to catch user errors before interacting with Clementine protocol
3334
- **Enable operation-specific security** tailored to each bridge function
3435

35-
> [!CAUTION]
36+
> [!CAUTION]
3637
> Never manually remove or modify address prefixes, as this can lead to:
38+
>
3739
> - Failed Clementine interactions
3840
> - Permanent loss of funds due to misinterpretation or confusion
3941
> - Inability to recover funds from bridge operations

docs/withdraw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Before starting a withdrawal, ensure you have:
1414
- Sufficient balance on Citrea to withdraw
1515

1616
> [!CAUTION]
17-
> Don't forget to specify `--network` flag, if you plan to use a different Bitcoin
18-
> network, other than the mainnet: Mainnet is selected implicitly for every
17+
> Don't forget to specify the `--network` flag if you plan to use a different Bitcoin
18+
> network other than mainnet. Mainnet is selected implicitly for every
1919
> command.
2020
2121
## Withdrawal Process Overview

0 commit comments

Comments
 (0)