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

Commit 4a38a95

Browse files
authored
Rename field camelCase (#2682)
1 parent 34030b3 commit 4a38a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ethers-core/src/types/transaction/optimism.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub struct DepositTransaction {
3030

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

0 commit comments

Comments
 (0)