1
0
Fork 0
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:
Pierre-Marie Padiou 2018-10-22 04:27:52 +00:00 committed by Christian Decker
parent a57ff00e93
commit 1f4538cf9b

View file

@ -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`.