Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Farber98 committed Aug 24, 2024
1 parent f8d149d commit 160ea54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/services/relay/evm/write_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@ func NewWriteTarget(ctx context.Context, relayer *Relayer, chain legacyevm.Chain
return nil, err
}

<<<<<<< HEAD
err = cr.Start(ctx)
if err != nil {
return nil, err
}

=======
>>>>>>> develop
chainWriterConfig := relayevmtypes.ChainWriterConfig{
Contracts: map[string]*relayevmtypes.ContractConfig{
"forwarder": {
Expand Down

0 comments on commit 160ea54

Please sign in to comment.