mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +00:00
fix:remove flags merge
Signed-off-by: Chen Kai <281165273grape@gmail.com>
This commit is contained in:
parent
5df1ec4706
commit
0601361c12
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ var (
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
app.Action = shisui
|
app.Action = shisui
|
||||||
app.Flags = flags.Merge(portalProtocolFlags, historyRpcFlags, metricsFlags)
|
app.Flags = slices.Concat(portalProtocolFlags, historyRpcFlags, metricsFlags)
|
||||||
flags.AutoEnvVars(app.Flags, "SHISUI")
|
flags.AutoEnvVars(app.Flags, "SHISUI")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue