Skip to content

Commit

Permalink
parameter changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Dec 28, 2024
1 parent 2b78756 commit 3f7b670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/protocol_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ var (
)

const (
GoldenAgeForkNumberV1 = 180000
GoldenAgeForkNumberV2 = 588000
GoldenAgeForkNumberV3 = 1100000
GoldenAgeForkNumberV1 = 10
GoldenAgeForkNumberV2 = 20
GoldenAgeForkNumberV3 = 30
GoldenAgeForkGraceNumber = 100
GoldenAgeGracePaymentPeriod = 6000
)
Expand Down

0 comments on commit 3f7b670

Please sign in to comment.