File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1095,7 +1095,6 @@ static void reprocess_early_cupdates(struct gossmap_manage *gm)
10951095static void reprocess_queued_msgs (struct gossmap_manage * gm )
10961096{
10971097 bool pending_ann_empty , early_ann_empty ;
1098- struct gossmap * gossmap = gossmap_manage_get_gossmap (gm );
10991098
11001099 pending_ann_empty = map_empty (& gm -> pending_ann_map );
11011100 early_ann_empty = map_empty (& gm -> early_ann_map );
@@ -1122,6 +1121,7 @@ static void reprocess_queued_msgs(struct gossmap_manage *gm)
11221121
11231122 for (size_t i = 0 ; i < tal_count (pnas ); i ++ ) {
11241123 struct gossmap_node * node ;
1124+ struct gossmap * gossmap = gossmap_manage_get_gossmap (gm );
11251125
11261126 node = gossmap_find_node (gossmap , & pnas [i ]-> node_id );
11271127 if (!node ) {
You can’t perform that action at this time.
0 commit comments