Skip to content

Commit

Permalink
Merge branch 'uddugteam:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
andskur authored May 25, 2024
2 parents 0213ec3 + 7d44f72 commit 92402ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/flare/contracts/flareChain/priceSubmitterFlare.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func (c *priceSubmitter) RevealPrices(epochID *big.Int, indices []contracts.Toke

sort.Sort(sortStruct)

c.signer.GasLimit = 2000000
tx, err := c.contract.Transact(c.signer, "revealPrices", epochID, sortStruct.Indices, sortStruct.Prices, random)
if err != nil {
logger.Log().WithField("layer", "PriceSubmitter-RevealPrices").Errorf("epochID: %v err tx: %s", epochID, err.Error())
Expand Down

0 comments on commit 92402ba

Please sign in to comment.