fix gofmt

This commit is contained in:
Tuna 2018-10-12 15:39:36 +07:00
parent ad4b0f223c
commit 16930873e6
2 changed files with 2 additions and 2 deletions

View file

@ -11,5 +11,5 @@ const (
EpocBlockOpening = 850
EpocBlockRandomize = 900
MaxMasternodes = 150
LimitPenaltyEpoch = 4
LimitPenaltyEpoch = 4
)

View file

@ -590,4 +590,4 @@ func GetM2FromCheckpointBlock(checkpointBlock types.Block) ([]common.Address, er
}
return m2List, nil
}
}