Skip to content

Commit

Permalink
Fix comment on validaiton_time_ms
Browse files Browse the repository at this point in the history
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
  • Loading branch information
jferrant committed Nov 18, 2024
1 parent ca8f4e3 commit 32d7808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/src/signerdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub struct BlockInfo {
pub signed_group: Option<u64>,
/// The block state relative to the signer's view of the stacks blockchain
pub state: BlockState,
/// Amount of validation time in milliseconds
/// Consumed processing time in milliseconds to validate this block
pub validation_time_ms: Option<u64>,
/// Extra data specific to v0, v1, etc.
pub ext: ExtraBlockInfo,
Expand Down

0 comments on commit 32d7808

Please sign in to comment.