File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -931,7 +931,7 @@ impl Relayer {
931
931
& block. header. consensus_hash,
932
932
& block. header. block_hash( ) ,
933
933
& obtained_method;
934
- "block_id" => & block. header. block_id( ) ,
934
+ "block_id" => % block. header. block_id( ) ,
935
935
) ;
936
936
937
937
if fault_injection:: ignore_block ( block. header . chain_length , & burnchain. working_dir ) {
Original file line number Diff line number Diff line change @@ -568,7 +568,6 @@ impl<NC: NeighborComms> StackerDBSync<NC> {
568
568
old_slot_id,
569
569
old_version,
570
570
new_inv. slot_versions[ old_slot_id] ,
571
- & self . smart_contract_id,
572
571
) ;
573
572
resync = true ;
574
573
break ;
@@ -913,7 +912,6 @@ impl<NC: NeighborComms> StackerDBSync<NC> {
913
912
network. get_local_peer( ) ,
914
913
& self . smart_contract_id,
915
914
& naddr,
916
- & self . smart_contract_id,
917
915
data. error_code
918
916
) ;
919
917
if data. error_code == NackErrorCodes :: StaleView
@@ -1075,7 +1073,6 @@ impl<NC: NeighborComms> StackerDBSync<NC> {
1075
1073
network. get_local_peer( ) ,
1076
1074
& self . smart_contract_id,
1077
1075
& naddr,
1078
- & self . smart_contract_id,
1079
1076
data. error_code
1080
1077
) ;
1081
1078
if data. error_code == NackErrorCodes :: StaleView
You can’t perform that action at this time.
0 commit comments