mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 22:40:31 +00:00
cmd/geth: remove the unused bloomfilter.size flag (#31646)
This commit is contained in:
parent
6928ec5d92
commit
e3e9d7ccb6
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ var (
|
||||||
utils.LightNoSyncServeFlag, // deprecated
|
utils.LightNoSyncServeFlag, // deprecated
|
||||||
utils.EthRequiredBlocksFlag,
|
utils.EthRequiredBlocksFlag,
|
||||||
utils.LegacyWhitelistFlag, // deprecated
|
utils.LegacyWhitelistFlag, // deprecated
|
||||||
utils.BloomFilterSizeFlag,
|
|
||||||
utils.CacheFlag,
|
utils.CacheFlag,
|
||||||
utils.CacheDatabaseFlag,
|
utils.CacheDatabaseFlag,
|
||||||
utils.CacheTrieFlag,
|
utils.CacheTrieFlag,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue