Skip to content

Commit dde1d39

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/feat/sip29-testnet-config' into feat/sip29-testnet-config
2 parents e1a09dd + edb352b commit dde1d39

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

stacks-signer/src/signerdb.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -871,16 +871,6 @@ where
871871
.map_err(DBError::SerializationError)
872872
}
873873

874-
#[cfg(test)]
875-
pub fn test_signer_db(db_path: &str) -> SignerDb {
876-
use std::fs;
877-
878-
if fs::metadata(db_path).is_ok() {
879-
fs::remove_file(db_path).unwrap();
880-
}
881-
SignerDb::new(db_path).expect("Failed to create signer db")
882-
}
883-
884874
#[cfg(test)]
885875
mod tests {
886876
use std::fs;

stackslib/src/chainstate/burn/db/sortdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,7 @@ impl<'a> SortitionDBConn<'a> {
39873987
tip,
39883988
reward_cycle_id,
39893989
)?;
3990-
info!("Fetching preprocessed reward set";
3990+
debug!("Fetching preprocessed reward set";
39913991
"tip_sortition_id" => %tip,
39923992
"reward_cycle_id" => reward_cycle_id,
39933993
"prepare_phase_start_sortition_id" => %first_sortition,

0 commit comments

Comments
 (0)