Skip to content

Commit 3b10d21

Browse files
committed
chore: fix typo
1 parent bc0c548 commit 3b10d21

File tree

1 file changed

+1
-1
lines changed
  • stacks-signer/src/chainstate

1 file changed

+1
-1
lines changed

stacks-signer/src/chainstate/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ impl SortitionData {
295295
} else {
296296
// The last locally accepted block is timed out
297297
info!(
298-
"Last locally accepted block hass timed out";
298+
"Last locally accepted block has timed out";
299299
"signer_signature_hash" => %block_info.block.header.signer_signature_hash(),
300300
"signed_over_time" => signed_over_time,
301301
);

0 commit comments

Comments
 (0)