mirror of
https://github.com/lnbook/lnbook
synced 2024-11-04 18:00:26 +00:00
refactor(glossary): differentiate bitcoin and lightning specs
This commit is contained in:
parent
eec41ae02c
commit
d3eae93bbe
@ -88,7 +88,7 @@ blockchain::
|
||||
New blocks have a statistical probability of being produced every ten minutes.
|
||||
|
||||
BOLT::
|
||||
BOLT, or Basis of Lightning Technology, is the formal specification of the Lightning Network protocol. By following these standards, the various implementations are able to work in conjucntion with one another and form the same network. It is available at https://github.com/lightningnetwork/lightning-rfc.
|
||||
BOLT, or Basis Of Lightning Technology, is the formal specification of the Lightning Network protocol. Unlike Bitcoin, which has a reference implementation that also serves as the protocol's specification the various Lightning Network implementations follow BOLT so they can work with one another to form the same network. It is available at https://github.com/lightningnetwork/lightning-rfc.
|
||||
|
||||
Breach Remedy Transaction::
|
||||
A transaction claiming the outputs of a Revocable Sequence Maturity Contract with the help of the revocation key.
|
||||
|
Loading…
Reference in New Issue
Block a user