v2.0.0-p2 – bad max start for seniority in first retro (#298)

This commit is contained in:
Cassandra Heart 2024-10-14 10:12:01 -07:00 committed by GitHub
parent 389ada9f28
commit 763cf6d2ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -36,5 +36,5 @@ func FormatVersion(version []byte) string {
}
func GetPatchNumber() byte {
return 0x01
return 0x02
}

View File

@ -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)