Skip to content

Commit

Permalink
pass bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo committed Jul 15, 2024
1 parent 3fada0d commit c3332a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/services/ocr2/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -2049,7 +2049,8 @@ func (d *Delegate) ccipExecGetDstProvider(ctx context.Context, jb job.Job, plugi

// todo: need to merge latest chainlink-common changes
// https://github.com/smartcontractkit/chainlink-common/blob/main/pkg/loop/internal/types/types.go
cw := dstRelayer.NewChainWriter(ctx, dstRid.ChainID)
// todo: what to pass as chainWriterConfig []byte?
cw := dstRelayer.NewChainWriter(ctx, spec.RelayConfig.Bytes())
if err != nil {
return nil, nil, err
}
Expand Down

0 comments on commit c3332a9

Please sign in to comment.