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)
1095
1095
static void reprocess_queued_msgs (struct gossmap_manage * gm )
1096
1096
{
1097
1097
bool pending_ann_empty , early_ann_empty ;
1098
- struct gossmap * gossmap = gossmap_manage_get_gossmap (gm );
1099
1098
1100
1099
pending_ann_empty = map_empty (& gm -> pending_ann_map );
1101
1100
early_ann_empty = map_empty (& gm -> early_ann_map );
@@ -1122,6 +1121,7 @@ static void reprocess_queued_msgs(struct gossmap_manage *gm)
1122
1121
1123
1122
for (size_t i = 0 ; i < tal_count (pnas ); i ++ ) {
1124
1123
struct gossmap_node * node ;
1124
+ struct gossmap * gossmap = gossmap_manage_get_gossmap (gm );
1125
1125
1126
1126
node = gossmap_find_node (gossmap , & pnas [i ]-> node_id );
1127
1127
if (!node ) {
You can’t perform that action at this time.
0 commit comments