We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d5adfc + fcba019 commit 7a07049Copy full SHA for 7a07049
1 file changed
README.md
@@ -94,7 +94,7 @@ In general, `rust-lightning` does not provide (but LDK has implementations of):
94
wanted to run your full Lightning node on a hardware wallet, you could, by
95
piping the Lightning network messages over USB/serial and then sending them in
96
a TCP socket from another machine.
97
-* private keys - again we have "default implementations", but users can chose to
+* private keys - again we have "default implementations", but users can choose to
98
provide private keys to RL/LDK in any way they wish following a simple API. We
99
even support a generic API for signing transactions, allowing users to run
100
RL/LDK without any private keys in memory/putting private keys only on
0 commit comments