Skip to content

Commit

Permalink
Merge branch 'update-secondary-transmission-method-signature' into du…
Browse files Browse the repository at this point in the history
…al-transmission-test
  • Loading branch information
george-dorin committed Nov 25, 2024
2 parents f17fe12 + 2d71cfc commit 56b0c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/services/ocrcommon/transmitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ func NewOCR2FeedsTransmitter(

if dualTransmissionConfig != nil {
return &ocr2FeedsDualTransmission{
ocr2Aggregator: ocr2Aggregator,
txm: txm,
txManagerOCR2: txm,
primaryFromAddresses: fromAddresses,
gasLimit: gasLimit,
primaryEffectiveTransmitterAddress: effectiveTransmitterAddress,
Expand Down

0 comments on commit 56b0c73

Please sign in to comment.