From 36994760b0868291d4b033110200fd53bc1c929c Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:19:55 +0000 Subject: [PATCH] tower_state_success --- framework/libra-framework/sources/ol_sources/epoch_boundary.move | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/libra-framework/sources/ol_sources/epoch_boundary.move b/framework/libra-framework/sources/ol_sources/epoch_boundary.move index 182695226..4b3455ac5 100644 --- a/framework/libra-framework/sources/ol_sources/epoch_boundary.move +++ b/framework/libra-framework/sources/ol_sources/epoch_boundary.move @@ -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);