Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Rename field camelCase (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaraghu authored Nov 21, 2023
1 parent 34030b3 commit 4a38a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethers-core/src/types/transaction/optimism.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub struct DepositTransaction {

/// If true, the transaction does not interact with the L2 block gas pool.
/// Note: boolean is disabled (enforced to be false) starting from the Regolith upgrade.
#[serde(rename = "isSystemTx")]
pub is_system_tx: bool,
}

Expand Down

0 comments on commit 4a38a95

Please sign in to comment.