Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed Dec 18, 2024
1 parent f9e90b4 commit a0364fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions crates/sui-core/src/authority.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3207,12 +3207,11 @@ impl AuthorityState {
self.get_backing_package_store().clone(),
self.get_object_store().clone(),
&self.config.expensive_safety_check_config,
*self
.checkpoint_store
self.checkpoint_store
.get_epoch_last_checkpoint(epoch_store.epoch())
.unwrap()
.unwrap()
.sequence_number(),
.map(|c| *c.sequence_number())
.unwrap_or_default(),
);
let new_epoch = new_epoch_store.epoch();
self.transaction_manager.reconfigure(new_epoch);
Expand Down

0 comments on commit a0364fb

Please sign in to comment.