Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tower_state_success
Browse files Browse the repository at this point in the history
0o-de-lally committed Nov 10, 2023
1 parent 5201597 commit 3699476
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -180,6 +180,7 @@ module diem_framework::epoch_boundary {
status.set_fee_makers_success = fee_maker::epoch_reset_fee_maker(root);
// randomize the Tower/Oracle difficulty
tower_state::reconfig(root);
status.tower_state_success = true; // TODO: there isn't much to check here.

let (compliant_vals, n_seats) = musical_chairs::stop_the_music(root, closing_epoch);
status.incoming_compliant_count = vector::length(&compliant_vals);

0 comments on commit 3699476

Please sign in to comment.