File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1578,6 +1578,7 @@ impl Signer {
1578
1578
{
1579
1579
info ! ( "{self}: Have not processed parent of block proposal yet, inserting pending block validation and will try again later" ;
1580
1580
"signer_signature_hash" => %signer_signature_hash,
1581
+ "parent_block_id" => %block. header. parent_block_id,
1581
1582
) ;
1582
1583
self . signer_db
1583
1584
. insert_pending_block_validation ( & signer_signature_hash, added_epoch_time)
Original file line number Diff line number Diff line change @@ -1123,7 +1123,11 @@ impl Relayer {
1123
1123
) {
1124
1124
Ok ( x) => x,
1125
1125
Err ( e) => {
1126
- warn ! ( "Failed to process Nakamoto block {}: {:?}" , & block_id, & e) ;
1126
+ warn ! ( "Failed to process Nakamoto block: {e:?}" ;
1127
+ "block_id" => %block_id,
1128
+ "consensus_hash" => %block. header. consensus_hash,
1129
+ "stacks_block_hash" => %block. header. block_hash( ) ,
1130
+ ) ;
1127
1131
continue ;
1128
1132
}
1129
1133
} ;
You can’t perform that action at this time.
0 commit comments