mirror of
https://github.com/lnbook/lnbook
synced 2024-11-04 18:00:26 +00:00
refactor(glossary): simplify BOLT definition
This commit is contained in:
parent
d866e125b5
commit
ca79710601
@ -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. It serves only as such without delving into implementation, unlike Bitcoin Improvement Proposals (BIPs), in which both are one and the same. It is available in https://github.com/lightningnetwork/lightning-rfc.
|
||||
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 to work in conjucntion 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