Skip to content

Commit 1e5a577

Browse files
gossipd: fix typo
Changelog-None
1 parent 1605c13 commit 1e5a577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gossipd/gossmap_manage.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ const char *gossmap_manage_channel_update(const tal_t *ctx,
919919

920920
/* Still waiting? */
921921
if (map_get(&gm->pending_ann_map, scid)) {
922-
status_debug("Enqueueing update for announcne %s",
922+
status_debug("Enqueueing update for announce %s",
923923
tal_hex(tmpctx, update));
924924
enqueue_cupdate(&gm->pending_cupdates,
925925
scid,

0 commit comments

Comments
 (0)