File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -663,7 +663,7 @@ impl Relayer {
663
663
debug ! (
664
664
"Handle incoming Nakamoto block {}/{}" ,
665
665
& block. header. consensus_hash,
666
- & block. header. block_hash( )
666
+ & block. header. block_hash( ) ,
667
667
) ;
668
668
669
669
// do we have this block? don't lock the DB needlessly if so.
@@ -745,14 +745,14 @@ impl Relayer {
745
745
staging_db_tx. commit ( ) ?;
746
746
747
747
if accepted {
748
- debug ! ( "{}" , & accept_msg) ;
748
+ info ! ( "{}" , & accept_msg) ;
749
749
if let Some ( coord_comms) = coord_comms {
750
750
if !coord_comms. announce_new_stacks_block ( ) {
751
751
return Err ( chainstate_error:: NetError ( net_error:: CoordinatorClosed ) ) ;
752
752
}
753
753
}
754
754
} else {
755
- debug ! ( "{}" , & reject_msg) ;
755
+ info ! ( "{}" , & reject_msg) ;
756
756
}
757
757
758
758
Ok ( accepted)
You can’t perform that action at this time.
0 commit comments