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]>
  • Loading branch information
rustyrussell committed Apr 20, 2021
1 parent 861fa77 commit 55b3992
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_complete`
has been sent and received AND the new funding transaction has at least six confirmations.
- otherwise:
- MUST NOT send the `announcement_signatures` message.
- upon reconnection (once the above timing requirements have been met):
Expand Down

0 comments on commit 55b3992

Please sign in to comment.