2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00

Fixes #136: Remove "securely holds" from definition of keystore

This commit is contained in:
Andreas M. Antonopoulos 2020-02-14 09:24:38 -06:00
parent eb07540d05
commit a422c7f2f3

View File

@ -20,7 +20,7 @@ c.f.: https://github.com/lnbook/lnbook/issues/135
The term "Lightning Wallet" is somewhat ambiguous, as it can describe a broad variety of components combined with some user interface. The most common components of lightning wallet software include:
* A keystore that securely holds secrets, such as private keys.
* A keystore that holds secrets, such as private keys.
* A Lightning Network node that communicates on the Peer-to-Peer network, as described previously.
* A Bitcoin node that stores blockchain data and communicates with other Bitcoin nodes.
* A channel data store containing state about channels on the Lightning Network as well as signatures to settle them.