mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 17:51:17 +02:00
27744a3582f93e1276c71643abfe321de7271a4c
* Updates to the channel are made atomic, and consistent via a proxy object: “ChannelUpdate” which encapsulates an update transaction. Only one update transaction may be outstanding at any time. * Update transactions are initiated via AddHTLC or SettleHTLC. * Once a transaction has been begun, in order to complete the update the transaction must first be presented with a signature from the counter-party for our new version of the commitment tx (VerifyNewCommitmentSigs), and finally to atomically commit the transaction, the counterparty’s pre-image to their previous revocation hash must be validate (Commit).
The file is empty.
Description
Lightning Network Daemon ⚡️
bitcoinblockchaincryptocurrencycryptographylightninglightning-networkmicropaymentspaymentspeer-to-peerprotocol
Readme
MIT
206 MiB
Languages
Go
99.4%
Shell
0.5%
Makefile
0.1%