Skip to content

Commit 55b3992

Browse files
committed
gossip: make sure to send new announcement_signatures post-splice.
Signed-off-by: Rusty Russell <[email protected]>
1 parent 861fa77 commit 55b3992

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

07-routing-gossip.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ A node:
8787
- MUST send the `announcement_signatures` message.
8888
- MUST NOT send `announcement_signatures` messages until `funding_locked`
8989
has been sent and received AND the funding transaction has at least six confirmations.
90+
- MUST send `announcement_signatures` message after `splice_complete`
91+
has been sent and received AND the new funding transaction has at least six confirmations.
9092
- otherwise:
9193
- MUST NOT send the `announcement_signatures` message.
9294
- upon reconnection (once the above timing requirements have been met):

0 commit comments

Comments
 (0)