File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
stackslib/src/chainstate/burn/db Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -883,16 +883,6 @@ where
883
883
. map_err ( DBError :: SerializationError )
884
884
}
885
885
886
- #[ cfg( test) ]
887
- pub fn test_signer_db ( db_path : & str ) -> SignerDb {
888
- use std:: fs;
889
-
890
- if fs:: metadata ( db_path) . is_ok ( ) {
891
- fs:: remove_file ( db_path) . unwrap ( ) ;
892
- }
893
- SignerDb :: new ( db_path) . expect ( "Failed to create signer db" )
894
- }
895
-
896
886
#[ cfg( test) ]
897
887
mod tests {
898
888
use std:: fs;
Original file line number Diff line number Diff line change @@ -3986,7 +3986,7 @@ impl<'a> SortitionDBConn<'a> {
3986
3986
tip,
3987
3987
reward_cycle_id,
3988
3988
) ?;
3989
- info ! ( "Fetching preprocessed reward set" ;
3989
+ debug ! ( "Fetching preprocessed reward set" ;
3990
3990
"tip_sortition_id" => %tip,
3991
3991
"reward_cycle_id" => reward_cycle_id,
3992
3992
"prepare_phase_start_sortition_id" => %first_sortition,
You can’t perform that action at this time.
0 commit comments