File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
stackslib/src/chainstate/burn/db Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -858,17 +858,6 @@ where
858
858
. map_err ( DBError :: SerializationError )
859
859
}
860
860
861
- #[ cfg( test) ]
862
- /// Create a test signer db
863
- pub fn test_signer_db ( db_path : & str ) -> SignerDb {
864
- use std:: fs;
865
-
866
- if fs:: metadata ( db_path) . is_ok ( ) {
867
- fs:: remove_file ( db_path) . unwrap ( ) ;
868
- }
869
- SignerDb :: new ( db_path) . expect ( "Failed to create signer db" )
870
- }
871
-
872
861
#[ cfg( test) ]
873
862
mod tests {
874
863
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