Skip to content

Commit

Permalink
Update comment around UpgradeWatcherAnnouncement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Chabowski committed Aug 14, 2024
1 parent 86a098c commit b5a9a38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/src/components/transaction_acceptor/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,8 @@ impl reactor::Reactor for Reactor {
.handle_event(effect_builder, rng, event),
),
Event::UpgradeWatcherAnnouncement(ann) => {
// TODO[RC]: Add tests with the next upgrade equal to Some()
// There is a `detects_distance_between_txn_expiry_and_upgrade_point()` test that
// covers various distances to the upgrade point.
assert!(ann.0.is_none());
Effects::new()
}
Expand Down

0 comments on commit b5a9a38

Please sign in to comment.