Skip to content

Commit

Permalink
removed EVMTimeout flag in KENFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
jack.jin committed Dec 7, 2022
1 parent 8389390 commit 3618b9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/utils/nodecmd/nodeflags.go
Expand Up @@ -282,7 +282,6 @@ var KENFlags = []cli.Flag{
altsrc.NewUint64Flag(utils.TxResendIntervalFlag),
altsrc.NewIntFlag(utils.TxResendCountFlag),
altsrc.NewBoolFlag(utils.TxResendUseLegacyFlag),
altsrc.NewDurationFlag(utils.RPCGlobalEVMTimeoutFlag),
}

var KSCNFlags = []cli.Flag{
Expand Down

0 comments on commit 3618b9f

Please sign in to comment.