etclabscore / core-geth

A highly configurable Go implementation of the Ethereum protocol.
https://etclabscore.github.io/core-geth
GNU Lesser General Public License v3.0
270 stars 149 forks source link

respect locals-settings #630

Closed PutraLaksmana closed 4 months ago

PutraLaksmana commented 5 months ago

This change adds a check to ensure that transactions added to the legacy pool are not treated as 'locals' if the global locals-management has been disabled.

This change makes the pool enforce the --txpool.pricelimit setting.

diega commented 4 months ago

Thank your for your contribution. This change is already merged into upstream and will be part of core-geth in the upcoming release.