mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge d36bfcc164 into 021d6fbbbb
This commit is contained in:
commit
531ad1ea74
1 changed files with 1 additions and 0 deletions
|
|
@ -1218,6 +1218,7 @@ func RegisterEthStatsService(stack *node.Node, url string) {
|
|||
func SetupNetwork(ctx *cli.Context) {
|
||||
// TODO(fjl): move target gas limit into config
|
||||
params.TargetGasLimit = ctx.GlobalUint64(TargetGasLimitFlag.Name)
|
||||
log.Info("Current effective", "targetGasLimit", params.TargetGasLimit)
|
||||
}
|
||||
|
||||
func SetupMetrics(ctx *cli.Context) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue