Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Oct 4, 2023
1 parent acb97ba commit 6b13541
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/chainhook-cli/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,6 @@ pub enum PredicateStatus {
}

#[derive(Debug, Clone, Serialize, Deserialize, Default, PartialEq)]
// note: last_occurrence (and other time-based fields on the status structs) originally were
// of type u128. serde can't handle deserializing u128s when using an adjacently tagged enum,
// so we're having to convert to a string. serde issue: https://github.com/serde-rs/json/issues/740
pub struct ScanningData {
pub number_of_blocks_to_scan: u64,
pub number_of_blocks_evaluated: u64,
Expand Down

0 comments on commit 6b13541

Please sign in to comment.