diff --git a/ethers-core/src/types/trace/geth.rs b/ethers-core/src/types/trace/geth.rs index e6dd53ec..a65c0c04 100644 --- a/ethers-core/src/types/trace/geth.rs +++ b/ethers-core/src/types/trace/geth.rs @@ -22,8 +22,9 @@ pub struct StructLog { pub gas: u64, #[serde(rename = "gasCost")] pub gas_cost: u64, + /// ref #[serde(skip_serializing_if = "Option::is_none")] - pub memory: Option>, + pub memory: Option>, pub op: String, pub pc: u64, #[serde(rename = "refund", skip_serializing_if = "Option::is_none")]