Skip to content

Commit fcba019

Browse files
authored
Fix README typo
1 parent 9d5adfc commit fcba019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In general, `rust-lightning` does not provide (but LDK has implementations of):
9494
wanted to run your full Lightning node on a hardware wallet, you could, by
9595
piping the Lightning network messages over USB/serial and then sending them in
9696
a TCP socket from another machine.
97-
* private keys - again we have "default implementations", but users can chose to
97+
* private keys - again we have "default implementations", but users can choose to
9898
provide private keys to RL/LDK in any way they wish following a simple API. We
9999
even support a generic API for signing transactions, allowing users to run
100100
RL/LDK without any private keys in memory/putting private keys only on

0 commit comments

Comments
 (0)