Skip to content

Commit 3547f18

Browse files
authored
Update private_key_management.md
1 parent e3cbe46 commit 3547f18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Private Key Management
22

3-
LDK has "default implementations", but you can choose to provide private keys to LDK in any way you wish following a simple API. LDK even supports a generic API for signing transactions, allowing you to run LDK without any private keys in memory and/or putting private keys only on hardware wallets.
3+
LDK provides a default implementation for key management, but you can choose to provide private keys to LDK in any way you wish following a simple API. LDK even supports a generic API for signing transactions, allowing you to run LDK without any private keys in memory and/or putting private keys only on hardware wallets.
44

5-
While LDK's default implementation is currently within Rust-Lightning, it is still considered a sample module.
5+
While LDK's default implementation is currently located within the `rust-lightning` crate, it is still considered a sample module.
66

7-
[LDK's `KeysManager` docs](https://docs.rs/lightning/*/lightning/chain/keysinterface/struct.KeysManager.html).
7+
[LDK's `KeysManager` docs](https://docs.rs/lightning/*/lightning/chain/keysinterface/struct.KeysManager.html).

0 commit comments

Comments
 (0)