mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
enable txPool flags
This commit is contained in:
parent
d7f2a16640
commit
005096c3d4
1 changed files with 10 additions and 10 deletions
|
|
@ -69,16 +69,16 @@ var (
|
||||||
//utils.EthashDatasetDirFlag,
|
//utils.EthashDatasetDirFlag,
|
||||||
//utils.EthashDatasetsInMemoryFlag,
|
//utils.EthashDatasetsInMemoryFlag,
|
||||||
//utils.EthashDatasetsOnDiskFlag,
|
//utils.EthashDatasetsOnDiskFlag,
|
||||||
//utils.TxPoolNoLocalsFlag,
|
utils.TxPoolNoLocalsFlag,
|
||||||
//utils.TxPoolJournalFlag,
|
utils.TxPoolJournalFlag,
|
||||||
//utils.TxPoolRejournalFlag,
|
utils.TxPoolRejournalFlag,
|
||||||
//utils.TxPoolPriceLimitFlag,
|
utils.TxPoolPriceLimitFlag,
|
||||||
//utils.TxPoolPriceBumpFlag,
|
utils.TxPoolPriceBumpFlag,
|
||||||
//utils.TxPoolAccountSlotsFlag,
|
utils.TxPoolAccountSlotsFlag,
|
||||||
//utils.TxPoolGlobalSlotsFlag,
|
utils.TxPoolGlobalSlotsFlag,
|
||||||
//utils.TxPoolAccountQueueFlag,
|
utils.TxPoolAccountQueueFlag,
|
||||||
//utils.TxPoolGlobalQueueFlag,
|
utils.TxPoolGlobalQueueFlag,
|
||||||
//utils.TxPoolLifetimeFlag,
|
utils.TxPoolLifetimeFlag,
|
||||||
utils.FastSyncFlag,
|
utils.FastSyncFlag,
|
||||||
utils.LightModeFlag,
|
utils.LightModeFlag,
|
||||||
utils.SyncModeFlag,
|
utils.SyncModeFlag,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue