Skip to content

Commit

Permalink
fix: sub field is always serialized
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 10, 2023
1 parent e43187b commit ee3b622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rpc/rpc-types/src/eth/trace/parity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ pub struct VmInstruction {
/// The program counter.
pub pc: usize,
/// Subordinate trace of the CALL/CREATE if applicable.
#[serde(skip_serializing_if = "Option::is_none")]
pub sub: Option<VmTrace>,
/// Stringified opcode.
#[serde(skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit ee3b622

Please sign in to comment.