From b0f7271f3112946b7ba9703baf044e72648ceca2 Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Tue, 3 Oct 2023 14:54:37 -0400 Subject: [PATCH] remove comment --- components/chainhook-cli/src/service/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/chainhook-cli/src/service/mod.rs b/components/chainhook-cli/src/service/mod.rs index 979786c6..c4b84456 100644 --- a/components/chainhook-cli/src/service/mod.rs +++ b/components/chainhook-cli/src/service/mod.rs @@ -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,