Skip to content

Commit

Permalink
chroe: remove unused(commented variable)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Jan 6, 2025
1 parent 3b83337 commit f3a98b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _deploy/r/gnoswap/gns/halving.gno
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ func setAvgBlockTimeInMs(ms int64) {
adjustedAmountPerBlock := amountLeft / uint64(blockLeft)
setAmountPerBlockPerHalvingYear(currentYear, adjustedAmountPerBlock)

// yearEndHeight := int64(0)
// nextYearStartHeight := int64(0)
for year := HALVING_START_YEAR; year <= HALVING_END_YEAR; year++ {
if year < currentYear {
// pass past halving years
Expand Down

0 comments on commit f3a98b3

Please sign in to comment.