Skip to content

Commit

Permalink
missing d.p2pSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jan 28, 2025
1 parent 6b8862a commit 3c47e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taiko-client/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ func (d *Driver) InitFromConfig(ctx context.Context, cfg *Config) (err error) {

if cfg.P2PConfigs != nil {
log.Info("enabling p2p network")
d.p2pSetup = cfg.P2PConfigs

if d.p2pNode, err = p2p.NewNodeP2P(
d.ctx,
&rollup.Config{L1ChainID: d.rpc.L1.ChainID, L2ChainID: d.rpc.L2.ChainID},
Expand Down

0 comments on commit 3c47e2f

Please sign in to comment.