diff --git a/massa-final-state/src/final_state.rs b/massa-final-state/src/final_state.rs index 6ff459144e6..f8bb4ecae6b 100644 --- a/massa-final-state/src/final_state.rs +++ b/massa-final-state/src/final_state.rs @@ -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, - /// 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, }