Skip to content

Commit

Permalink
fix interop (#7106)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas authored Aug 25, 2020
1 parent d8ea41c commit 48fd40e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions beacon-chain/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,10 @@ func (b *BeaconNode) registerInteropServices() error {
GenesisPath: genesisStatePath,
})

cfg := params.BeaconConfig()
cfg.GenesisTime = svc.PreGenesisState().GenesisTime()
params.OverrideBeaconConfig(cfg)

return b.services.RegisterService(svc)
}
return nil
Expand Down

0 comments on commit 48fd40e

Please sign in to comment.