Skip to content

Commit

Permalink
Remove unused serde with
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Oct 23, 2024
1 parent 2029f9c commit 60af12c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/src/endpoint/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ pub mod v0_38 {
pub data: Vec<Vec<u8>>,

/// Evidence of malfeasance
// #[serde(with = "self::evidence_serializers")]
pub evidence: evidence::List,

/// Last commit, should be `None` for the initial block.
Expand Down

0 comments on commit 60af12c

Please sign in to comment.