Skip to content

Commit f86c957

Browse files
author
Naohiro Yoshida
committed
tweak
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent 3341332 commit f86c957

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
@@ -22,7 +22,7 @@ const (
2222
Mainnet Network = "mainnet"
2323
)
2424

25-
var localLatestHF isForkSpec_HeightOrTimestamp = &ForkSpec_Height{Height: 2}
25+
var localLatestHF isForkSpec_HeightOrTimestamp = &ForkSpec_Height{Height: 3}
2626

2727
func init() {
2828
localLatestHFTimestamp := os.Getenv("LOCAL_LATEST_HF_TIMESTAMP")

0 commit comments

Comments
 (0)