mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Adjust txpool validation error wording to report actual and minimum values consistently. - intrinsic gas error now reports: gas <actual>, minimum needed <required> - underpriced tip error now reports: gas tip cap <actual>, minimum needed <required> No transaction validation logic is changed in this commit; only error message text is updated. |
||
|---|---|---|
| .. | ||
| legacypool | ||
| errors.go | ||
| reserver.go | ||
| subpool.go | ||
| txpool.go | ||
| validation.go | ||