Skip to content

Commit

Permalink
Merge branch 'master' into dont-save-every-state
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz authored Sep 26, 2023
2 parents 90a2599 + b5aa75f commit 4d2ddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ func applyChainParameters(ctx context.Context, k *koanf.Koanf, chainId uint64, c
if chainInfo.ParentChainIsArbitrum != nil {
parentChainIsArbitrum = *chainInfo.ParentChainIsArbitrum
} else {
log.Warn("Chain information parentChainIsArbitrum field missing, in the future this will be required", "chainId", chainId, "parentChainId", chainInfo.ParentChainId)
log.Warn("Chain information parentChainIsArbitrum field missing, in the future this will be required", "chainId", chainInfo.ChainConfig.ChainID, "parentChainId", chainInfo.ParentChainId)
_, err := chaininfo.ProcessChainInfo(chainInfo.ParentChainId, "", combinedL2ChainInfoFiles, "")
if err == nil {
parentChainIsArbitrum = true
Expand Down

0 comments on commit 4d2ddce

Please sign in to comment.