mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
fix gofmt
This commit is contained in:
parent
ad4b0f223c
commit
16930873e6
2 changed files with 2 additions and 2 deletions
|
|
@ -11,5 +11,5 @@ const (
|
||||||
EpocBlockOpening = 850
|
EpocBlockOpening = 850
|
||||||
EpocBlockRandomize = 900
|
EpocBlockRandomize = 900
|
||||||
MaxMasternodes = 150
|
MaxMasternodes = 150
|
||||||
LimitPenaltyEpoch = 4
|
LimitPenaltyEpoch = 4
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -590,4 +590,4 @@ func GetM2FromCheckpointBlock(checkpointBlock types.Block) ([]common.Address, er
|
||||||
}
|
}
|
||||||
|
|
||||||
return m2List, nil
|
return m2List, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue