This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Commit 6f9c156
authored
Added explicit oracle error (#226)
Previously, we were showing the same error message for two different
cases:
1. The trading mode being > 0 for a feed (due to a breaker triggering or
a trading limit hitting)
2. An oracle problem (no valid median due to outdated reports or not
enough reporters)
I've added a more explicit error message for the second case now.1 parent 035d129 commit 6f9c156
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments