Skip to content

Commit

Permalink
Merge branch 'develop' into docs/update-changelog-with-new-clarity-en…
Browse files Browse the repository at this point in the history
…dpoints
  • Loading branch information
hugocaillard authored Dec 3, 2024
2 parents 31073de + 29db45f commit e2e8f15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions stacks-signer/src/signerdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -871,16 +871,6 @@ where
.map_err(DBError::SerializationError)
}

#[cfg(test)]
pub fn test_signer_db(db_path: &str) -> SignerDb {
use std::fs;

if fs::metadata(db_path).is_ok() {
fs::remove_file(db_path).unwrap();
}
SignerDb::new(db_path).expect("Failed to create signer db")
}

#[cfg(test)]
mod tests {
use std::fs;
Expand Down
2 changes: 1 addition & 1 deletion stackslib/src/chainstate/burn/db/sortdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3986,7 +3986,7 @@ impl<'a> SortitionDBConn<'a> {
tip,
reward_cycle_id,
)?;
info!("Fetching preprocessed reward set";
debug!("Fetching preprocessed reward set";
"tip_sortition_id" => %tip,
"reward_cycle_id" => reward_cycle_id,
"prepare_phase_start_sortition_id" => %first_sortition,
Expand Down

0 comments on commit e2e8f15

Please sign in to comment.