We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3341332 commit f86c957Copy full SHA for f86c957
module/fork_spec.go
@@ -22,7 +22,7 @@ const (
22
Mainnet Network = "mainnet"
23
)
24
25
-var localLatestHF isForkSpec_HeightOrTimestamp = &ForkSpec_Height{Height: 2}
+var localLatestHF isForkSpec_HeightOrTimestamp = &ForkSpec_Height{Height: 3}
26
27
func init() {
28
localLatestHFTimestamp := os.Getenv("LOCAL_LATEST_HF_TIMESTAMP")
0 commit comments