Merge pull request #287 from ngtuna/txPool-flags

enable txPool flags
This commit is contained in:
Tuna 2018-11-19 17:11:41 +07:00 committed by GitHub
commit 8914da9097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,16 +69,16 @@ var (
//utils.EthashDatasetDirFlag,
//utils.EthashDatasetsInMemoryFlag,
//utils.EthashDatasetsOnDiskFlag,
//utils.TxPoolNoLocalsFlag,
//utils.TxPoolJournalFlag,
//utils.TxPoolRejournalFlag,
//utils.TxPoolPriceLimitFlag,
//utils.TxPoolPriceBumpFlag,
//utils.TxPoolAccountSlotsFlag,
//utils.TxPoolGlobalSlotsFlag,
//utils.TxPoolAccountQueueFlag,
//utils.TxPoolGlobalQueueFlag,
//utils.TxPoolLifetimeFlag,
utils.TxPoolNoLocalsFlag,
utils.TxPoolJournalFlag,
utils.TxPoolRejournalFlag,
utils.TxPoolPriceLimitFlag,
utils.TxPoolPriceBumpFlag,
utils.TxPoolAccountSlotsFlag,
utils.TxPoolGlobalSlotsFlag,
utils.TxPoolAccountQueueFlag,
utils.TxPoolGlobalQueueFlag,
utils.TxPoolLifetimeFlag,
utils.FastSyncFlag,
utils.LightModeFlag,
utils.SyncModeFlag,