Skip to content

Commit 7b6ae55

Browse files
committed
set min tickets parse height to 575000
1 parent 63903bf commit 7b6ae55

File tree

1 file changed

+1
-1
lines changed
  • hermes/service/hermes/fingerprint

1 file changed

+1
-1
lines changed

hermes/service/hermes/fingerprint/fg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
const (
2222
runTaskInterval = 2 * time.Minute
23-
parseTicketsBlockHeight = 265000
23+
parseTicketsBlockHeight = 575000
2424
)
2525

2626
// Run stores the latest block hash and height to DB if not stored already

0 commit comments

Comments
 (0)