Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
4l0n50 committed Aug 6, 2024
1 parent dd872e2 commit a83c132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trace_decoder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ pub struct TxnTrace {
/// Contract code that this account has accessed or created
#[serde(skip_serializing_if = "Option::is_none")]
pub code_usage: Option<ContractCodeUsage>,

}

/// Contract code access type. Used by txn traces.
Expand Down

0 comments on commit a83c132

Please sign in to comment.