Skip to content

Commit

Permalink
fix: sub field is always serialized (paradigmxyz#4151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored and alessandromazza98 committed Aug 19, 2023
1 parent bee0011 commit d00017c
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 d00017c

Please sign in to comment.