Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Nov 1, 2021
1 parent fc5f410 commit 7fb3842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/systemcontracts/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func init() {
}

brunoUpgrade[mainNet] = &Upgrade{
UpgradeName: "burn",
UpgradeName: "bruno",
Configs: []*UpgradeConfig{
{
ContractAddr: common.HexToAddress(ValidatorContract),
Expand All @@ -289,7 +289,7 @@ func init() {
}

brunoUpgrade[chapelNet] = &Upgrade{
UpgradeName: "burn",
UpgradeName: "bruno",
Configs: []*UpgradeConfig{
{
ContractAddr: common.HexToAddress(ValidatorContract),
Expand All @@ -300,7 +300,7 @@ func init() {
}

brunoUpgrade[rialtoNet] = &Upgrade{
UpgradeName: "burn",
UpgradeName: "bruno",
Configs: []*UpgradeConfig{
{
ContractAddr: common.HexToAddress(ValidatorContract),
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ var (
RamanujanBlock: big.NewInt(0),
NielsBlock: big.NewInt(0),
MirrorSyncBlock: big.NewInt(5184000),
//BrunoBlock: big.NewInt(5184000), // TODO: TBD
BrunoBlock: nil,
Parlia: &ParliaConfig{
Period: 3,
Epoch: 200,
Expand Down

0 comments on commit 7fb3842

Please sign in to comment.