From 043fef8ce9291766339f02c8c58351d9c60b1f14 Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Mon, 18 Dec 2023 14:43:18 +0100 Subject: [PATCH] Test merge queues (#4598) * Update final_state.rs * Update final_state.rs * Update final_state.rs --- massa-final-state/src/final_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }