Skip to content

Commit 00368fc

Browse files
committed
disable eip1559 for Geth
1 parent 4af5ca6 commit 00368fc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

seth/client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,6 @@ This issue is caused by one of two things:
851851
return &bind.TransactOpts{Context: ctx}, NonceStatus{}, GasEstimations{}
852852
}
853853

854-
fmt.Println("sender", opts.From.Hex())
855-
856854
if ctx != nil {
857855
opts.Context = ctx
858856
}

seth/seth.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ gas_limit = 8_000_000
105105
# legacy transactions
106106
gas_price = 1_000_000_000
107107
# EIP-1559 transactions
108-
eip_1559_dynamic_fees = true
108+
eip_1559_dynamic_fees = false
109109
gas_fee_cap = 10_000_000_000
110110
gas_tip_cap = 3_000_000_000
111111

0 commit comments

Comments
 (0)