mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 01:53:48 +00:00
This fixes transaction sending in the case where an app using go-ethereum v1.10.4 is talking to a pre-EIP-1559 RPC node. In this case, the eth_maxPriorityFeePerGas endpoint is not available and we can only rely on eth_gasPrice. |
||
|---|---|---|
| .. | ||
| backends | ||
| auth.go | ||
| backend.go | ||
| base.go | ||
| base_test.go | ||
| bind.go | ||
| bind_test.go | ||
| template.go | ||
| util.go | ||
| util_test.go | ||