mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(rpc): use correct rename (#3020)
This commit is contained in:
@ -70,7 +70,7 @@ pub struct StructLog {
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub stack: Option<Vec<U256>>,
|
||||
/// Last call's return data. Enabled via enableReturnData
|
||||
#[serde(default, rename = "refund", skip_serializing_if = "Option::is_none")]
|
||||
#[serde(default, rename = "returnData", skip_serializing_if = "Option::is_none")]
|
||||
pub return_data: Option<Bytes>,
|
||||
/// Storage slots of current contract read from and written to. Only emitted for SLOAD and
|
||||
/// SSTORE. Disabled via disableStorage
|
||||
|
||||
Reference in New Issue
Block a user