Skip to content

Commit

Permalink
updatee TIP12 config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyangl committed Jul 25, 2021
1 parent daf8ad2 commit 84836f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var (
TIP9: &BlockConfig{SnailNumber: big.NewInt(47000)},
TIP10: &BlockConfig{FastNumber: big.NewInt(6520000), CID: big.NewInt(302)},
TIP11: &BlockConfig{FastNumber: big.NewInt(8996000)},
TIP12: &BlockConfig{FastNumber: big.NewInt(14524000)},
TIP12: &BlockConfig{FastNumber: big.NewInt(14538000)},
}

// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
Expand Down

0 comments on commit 84836f2

Please sign in to comment.