From 0405749ddcc960be2d8834e9088d1c9d8bfe3e4c Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Mon, 2 Dec 2024 15:35:49 -0500 Subject: [PATCH] remove invalid comment --- crates/katana/primitives/src/block.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/katana/primitives/src/block.rs b/crates/katana/primitives/src/block.rs index 2c48cac9e4..12f47594cc 100644 --- a/crates/katana/primitives/src/block.rs +++ b/crates/katana/primitives/src/block.rs @@ -54,8 +54,6 @@ pub struct PartialHeader { pub protocol_version: ProtocolVersion, } -// we use deserialize_with to keep compatibility with the current db format while still supporting -// the format returned by the feeder gateway. maybe remove the deserialize_with in the future?? /// The L1 gas prices. #[derive(Debug, Default, Clone, PartialEq, Eq)] #[cfg_attr(feature = "arbitrary", derive(::arbitrary::Arbitrary))]