Skip to content

Commit

Permalink
gossip: make sure to send new announcement_signatures post-splice.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>


Header from folded patch 'fixup.patch':

fixup! gossip: make sure to send new announcement_signatures post-splice.

It's called `splice_locked` and it's always sent 6 blocks.
  • Loading branch information
rustyrussell committed Apr 21, 2021
1 parent 113cad7 commit 6b3dc26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 07-routing-gossip.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ A node:
- MUST send the `announcement_signatures` message.
- MUST NOT send `announcement_signatures` messages until `funding_locked`
has been sent and received AND the funding transaction has at least six confirmations.
- MUST send `announcement_signatures` message after `splice_locked`
has been sent and received.
- otherwise:
- MUST NOT send the `announcement_signatures` message.
- upon reconnection (once the above timing requirements have been met):
Expand Down

0 comments on commit 6b3dc26

Please sign in to comment.