We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0c548 commit 3b10d21Copy full SHA for 3b10d21
stacks-signer/src/chainstate/mod.rs
@@ -295,7 +295,7 @@ impl SortitionData {
295
} else {
296
// The last locally accepted block is timed out
297
info!(
298
- "Last locally accepted block hass timed out";
+ "Last locally accepted block has timed out";
299
"signer_signature_hash" => %block_info.block.header.signer_signature_hash(),
300
"signed_over_time" => signed_over_time,
301
);
0 commit comments