Skip to content

Commit

Permalink
remove invalid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Dec 2, 2024
1 parent 0cf0eba commit 0405749
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/katana/primitives/src/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit 0405749

Please sign in to comment.