mirror of
https://github.com/lightning/bolts.git
synced 2025-02-22 14:22:46 +01:00
Update 02-peer-protocol.md
Co-Authored-By: rustyrussell <rusty@rustcorp.com.au>
This commit is contained in:
parent
a57ff00e93
commit
1f4538cf9b
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ change the commitment transaction aside from the new revocation number
|
|||
(due to dust, identical HTLC replacement, or insignificant or multiple
|
||||
fee changes).
|
||||
- MUST include one `htlc_signature` for every HTLC transaction corresponding
|
||||
to BIP69+CLTV lexicographic ordering of the commitment transaction.
|
||||
to the ordering of the commitment transaction (see [BOLT #3](03-transactions.md#transaction-input-and-output-ordering)).
|
||||
- if it has not recently received a message from the remote node:
|
||||
- SHOULD use `ping` and await the reply `pong` before sending `commitment_signed`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue