mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
fix: serde rename revertReason (#4002)
This commit is contained in:
@@ -16,7 +16,7 @@ pub struct CallFrame {
|
||||
pub output: Option<Bytes>,
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub error: Option<String>,
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
#[serde(default, rename = "revertReason", skip_serializing_if = "Option::is_none")]
|
||||
pub revert_reason: Option<String>,
|
||||
#[serde(default, skip_serializing_if = "Vec::is_empty")]
|
||||
pub calls: Vec<CallFrame>,
|
||||
|
||||
Reference in New Issue
Block a user