Skip to content

Commit

Permalink
Remove unneeded pub (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon authored Jun 13, 2024
1 parent 0490df8 commit cc3c52c
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 @@ -532,7 +532,7 @@ impl FinalState {
}

/// Internal function called by is_db_valid
pub fn _is_db_valid(&self) -> AnyResult<()> {
fn _is_db_valid(&self) -> AnyResult<()> {
let db = self.db.read();

// check if the execution trial hash is present and valid
Expand Down

0 comments on commit cc3c52c

Please sign in to comment.