Skip to content

Commit f040eed

Browse files
TP set to 7 days (#1424)
1 parent 2595b99 commit f040eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎thor/config.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var (
2020
mediumStakingPeriod uint32 = 8640 * 15 // 15 Days
2121
highStakingPeriod uint32 = 8640 * 30 // 30 Days
2222
cooldownPeriod uint32 = 8640 // 8640 blocks, 1 day
23-
hayabusaTP uint32 = 8640 * 14 // 14 days
23+
hayabusaTP uint32 = 8640 * 7 // 7 days
2424

2525
locked bool
2626
)

0 commit comments

Comments
 (0)