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