Skip to content

Commit

Permalink
Add actual effective genesis date (#17)
Browse files Browse the repository at this point in the history
And re-generate ten year issuance chart using date
  • Loading branch information
lrettig committed Aug 14, 2023
1 parent ccd59fa commit 02967f0
Show file tree
Hide file tree
Showing 2 changed files with 524 additions and 524 deletions.
2 changes: 1 addition & 1 deletion sim.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func main() {
}

const (
defaultGenesisDateStr = "20230101"
defaultGenesisDateStr = "20230811"
defaultTickInterval = 2016
defaultEndLayer = 10 * constants.OneYear
)
Expand Down

0 comments on commit 02967f0

Please sign in to comment.