Skip to content

Commit

Permalink
Merge pull request #5407 from stacks-network/chore/fix-bad-signer-log
Browse files Browse the repository at this point in the history
Chore: Change block rejection message to generic block response
  • Loading branch information
hstove authored Oct 30, 2024
2 parents 96d3f78 + eeab742 commit a335dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/src/v0/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ impl Signer {
crate::monitoring::increment_block_responses_sent(accepted);
}
Err(e) => {
warn!("{self}: Failed to send block rejection to stacker-db: {e:?}",);
warn!("{self}: Failed to send block response to stacker-db: {e:?}",);
}
}
return;
Expand Down

0 comments on commit a335dcd

Please sign in to comment.