Skip to content

Commit

Permalink
gas efficiency update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaythxbye committed Oct 22, 2024
1 parent a3cd295 commit 3794230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ func oracleUpdateExecutor(

// Update prices
// check if we can do the multiupdate or use compatibility mode
if compatibilityMode {
if compatibilityMode || len(keys) == 1 {
for keyIndex := range keys {
oracleUpdateMutex.Lock()
timestamp := time.Now().Unix()
Expand Down

0 comments on commit 3794230

Please sign in to comment.