Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Apr 2, 2024
1 parent 70d5be0 commit 1638a9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/forks.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ import (
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
)

var ForkHeight = int64(5989487)
var oneEnternityLater = time.Date(9999, 9, 9, 9, 9, 9, 9, time.UTC)
var (
ForkHeight = int64(5989487)
oneEnternityLater = time.Date(9999, 9, 9, 9, 9, 9, 9, time.UTC)
)

// ScheduleForkUpgrade executes any necessary fork logic for based upon the current
// block height and chain ID (mainnet or testnet). It sets an upgrade plan once
Expand Down

0 comments on commit 1638a9f

Please sign in to comment.