Skip to content

Commit 3549505

Browse files
committed
chore: log parent block id when waiting for it to be processed
1 parent 98a8084 commit 3549505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,7 @@ impl Signer {
15781578
{
15791579
info!("{self}: Have not processed parent of block proposal yet, inserting pending block validation and will try again later";
15801580
"signer_signature_hash" => %signer_signature_hash,
1581+
"parent_block_id" => %block.header.parent_block_id,
15811582
);
15821583
self.signer_db
15831584
.insert_pending_block_validation(&signer_signature_hash, added_epoch_time)

0 commit comments

Comments
 (0)