Skip to content

Commit

Permalink
set ParentChainReader default config in gethexec.ConfigDefaultTest
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz committed Oct 11, 2023
1 parent ebfd141 commit 89a4415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions execution/gethexec/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func ConfigDefaultTest() *Config {
config := ConfigDefault
config.Sequencer = TestSequencerConfig
config.ForwardingTarget = "null"
config.ParentChainReader = headerreader.TestConfig

_ = config.Validate()

Expand Down

0 comments on commit 89a4415

Please sign in to comment.