Skip to content

Commit

Permalink
Serialize node reminders.
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Jun 27, 2024
1 parent 1d57bc5 commit 9401960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ fn serialize_delta<L: Deref + Clone>(serialization_details: &SerializationSet, s

if node_delta.has_address_set_changed || node_delta.has_feature_set_changed {
node_update_count += 1;
} else if node_delta.requires_reminder {
current_node_delta_serialization[0] |= 1 << 6;
}
}
}
Expand Down

0 comments on commit 9401960

Please sign in to comment.