Skip to content

Commit

Permalink
stop giving false signal
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Aug 2, 2024
1 parent b5d9082 commit 915f5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relayer/pkg/chainlink/ocr2/contract_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ func (c *contractReader) LatestRoundRequested(
}

configDigest = transmissionDetails.Digest
epoch = transmissionDetails.Epoch
round = transmissionDetails.Round
epoch = 0
round = 0

return
}
Expand Down

0 comments on commit 915f5b8

Please sign in to comment.