mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
cmd/geth: add bpo override flags to geth-init command
This commit is contained in:
parent
dc026d9eab
commit
a1f78cadf0
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ var (
|
|||
Flags: slices.Concat([]cli.Flag{
|
||||
utils.CachePreimagesFlag,
|
||||
utils.OverrideOsaka,
|
||||
utils.OverrideBPO1,
|
||||
utils.OverrideBPO2,
|
||||
utils.OverrideVerkle,
|
||||
}, utils.DatabaseFlags),
|
||||
Description: `
|
||||
|
|
|
|||
Loading…
Reference in a new issue