Skip to content

Commit

Permalink
Merge pull request ethereum#132 from OffchainLabs/rinkeby-chain-owner…
Browse files Browse the repository at this point in the history
…-todo

Put a TODO for the rinkeby InitialChainOwner parameter
  • Loading branch information
PlasmaPower authored Jul 24, 2022
2 parents 9d1cc9a + 18d8759 commit 5bfb50f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions params/config_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ func ArbitrumRinkebyTestParams() ArbitrumChainParams {
AllowDebugPrecompiles: false,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 3,
// Not used - has init data
InitialChainOwner: common.Address{},
InitialChainOwner: common.Address{}, // TODO
}
}

Expand Down

0 comments on commit 5bfb50f

Please sign in to comment.