docs: fix broadcast misspelling

This commit is contained in:
w3irdrobot
2024-11-20 21:18:28 -05:00
parent a4195fa2ce
commit d3bff47167
6 changed files with 12 additions and 8 deletions

View File

@@ -3996,7 +3996,7 @@ func TestIgnoreOwnAnnouncement(t *testing.T) {
}
// Now do the local channelannouncement, node announcement, and channel
// update. No messages should be brodcasted yet, since we don't have
// update. No messages should be broadcast yet, since we don't have
// the announcement signatures.
select {
case err = <-ctx.gossiper.ProcessLocalAnnouncement(batch.chanAnn):