mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-12-24 07:35:19 +00:00
v2.0.0-p2 – bad max start for seniority in first retro (#298)
This commit is contained in:
parent
389ada9f28
commit
763cf6d2ca
@ -116,7 +116,7 @@ var proverConfigMergeCmd = &cobra.Command{
|
||||
continue
|
||||
}
|
||||
// these don't have decimals so we can shortcut
|
||||
max := 137558
|
||||
max := 157208
|
||||
actual, err := strconv.Atoi(f.Reward)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
@ -36,5 +36,5 @@ func FormatVersion(version []byte) string {
|
||||
}
|
||||
|
||||
func GetPatchNumber() byte {
|
||||
return 0x01
|
||||
return 0x02
|
||||
}
|
||||
|
@ -553,7 +553,7 @@ func CreateGenesisState(
|
||||
}
|
||||
|
||||
// these don't have decimals so we can shortcut
|
||||
max := 137558
|
||||
max := 157208
|
||||
actual, err := strconv.Atoi(f.Reward)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
Loading…
Reference in New Issue
Block a user