We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cd295 commit 3794230Copy full SHA for 3794230
cmd/blockchain/ethereum/diaOracleV2MultiupdateService/main.go
@@ -413,7 +413,7 @@ func oracleUpdateExecutor(
413
414
// Update prices
415
// check if we can do the multiupdate or use compatibility mode
416
- if compatibilityMode {
+ if compatibilityMode || len(keys) == 1 {
417
for keyIndex := range keys {
418
oracleUpdateMutex.Lock()
419
timestamp := time.Now().Unix()
0 commit comments