Skip to content

Commit f952505

Browse files
author
Conor Okus
authored
Merge pull request #147 from tnull/patch-5
Update `private_key_management.md`
2 parents 58dea93 + 3547f18 commit f952505

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)