Skip to content

Commit 7f7d360

Browse files
committed
chore: fix typo
1 parent adb82c7 commit 7f7d360

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
"Last accepted block has timed out";
296296
"signer_signature_hash" => %block_info.block.header.signer_signature_hash(),
297297
"signed_over_time" => signed_over_time,
298-
"state" => block_info.state,
298+
"state" => %block_info.state,
299299
);
300300
Ok(None)
301301
}

0 commit comments

Comments
 (0)