Skip to content

Commit

Permalink
Add back TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Nov 21, 2024
1 parent d846f39 commit b6d3555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/llo/evm/report_codec_premium_legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ func extractPrice(price llo.StreamValue) (decimal.Decimal, error) {

// Uniquely identifies this as LLO plugin, rather than the legacy plugin (which uses all zeroes)
// This is a bit of a hack but shouldn't hurt anything
// TODO: Pack donID+pluginVersion here (uint32, uint32)
var LLOExtraHash = common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000001")

func SeqNrToEpochAndRound(seqNr uint64) (epoch uint32, round uint8) {
Expand Down

0 comments on commit b6d3555

Please sign in to comment.