Skip to content

Commit eeab742

Browse files
committed
Change block rejection message to generic block response
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent a63b1e5 commit eeab742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ impl Signer {
348348
crate::monitoring::increment_block_responses_sent(accepted);
349349
}
350350
Err(e) => {
351-
warn!("{self}: Failed to send block rejection to stacker-db: {e:?}",);
351+
warn!("{self}: Failed to send block response to stacker-db: {e:?}",);
352352
}
353353
}
354354
return;

0 commit comments

Comments
 (0)