Skip to content

Commit 99745f5

Browse files
committed
Merge branch 'develop' of https://github.com/stacks-network/stacks-core into feat/signer-track-validation-submission-with-config-timeout
2 parents b32df68 + a335dcd commit 99745f5

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
@@ -357,7 +357,7 @@ impl Signer {
357357
crate::monitoring::increment_block_responses_sent(accepted);
358358
}
359359
Err(e) => {
360-
warn!("{self}: Failed to send block rejection to stacker-db: {e:?}",);
360+
warn!("{self}: Failed to send block response to stacker-db: {e:?}",);
361361
}
362362
}
363363
return;

0 commit comments

Comments
 (0)