mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22: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
|
||||
EpocBlockRandomize = 900
|
||||
MaxMasternodes = 150
|
||||
LimitPenaltyEpoch = 4
|
||||
LimitPenaltyEpoch = 4
|
||||
)
|
||||
|
|
|
|||
|
|
@ -590,4 +590,4 @@ func GetM2FromCheckpointBlock(checkpointBlock types.Block) ([]common.Address, er
|
|||
}
|
||||
|
||||
return m2List, nil
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue