Skip to content

Commit

Permalink
trace_filter: Allow snake case refund_address for Fantom
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens committed Aug 2, 2022
1 parent 739e13d commit 7f8eb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/trace_filtering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ pub struct Suicide {
/// Address.
pub address: Address,
/// Refund address.
#[serde(rename = "refundAddress")]
#[serde(alias = "refundAddress")]
pub refund_address: Address,
/// Balance.
pub balance: U256,
Expand Down

0 comments on commit 7f8eb6d

Please sign in to comment.