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.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,