Skip to content

Commit

Permalink
Test merge queues (#4598)
Browse files Browse the repository at this point in the history
* Update final_state.rs

* Update final_state.rs

* Update final_state.rs
  • Loading branch information
Leo-Besancon authored Dec 18, 2023
1 parent 23c3e87 commit 043fef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-final-state/src/final_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub struct FinalState {
/// * If from snapshot: retrieve from the slot attached to the snapshot
/// * If from bootstrap: set during bootstrap
pub last_slot_before_downtime: Option<Slot>,
/// the rocksdb instance used to write every final_state struct on disk
/// the RocksDB instance used to write every final_state struct on disk
pub db: ShareableMassaDBController,
}

Expand Down

0 comments on commit 043fef8

Please sign in to comment.