Skip to content

Commit a2e729f

Browse files
author
Naohiro Yoshida
committed
increment for maxwell
Signed-off-by: Naohiro Yoshida <[email protected]>
1 parent f5c0e92 commit a2e729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/fork_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
Mainnet Network = "mainnet"
1919
)
2020

21-
var localLatestHF isForkSpec_HeightOrTimestamp = &ForkSpec_Height{Height: 1}
21+
var localLatestHF isForkSpec_HeightOrTimestamp = &ForkSpec_Height{Height: 2}
2222

2323
func init() {
2424
localLatestHFTimestamp := os.Getenv("LOCAL_LATEST_HF_TIMESTAMP")

0 commit comments

Comments
 (0)