undo:add force_mainnet flag to arithetic operations

This commit is contained in:
mgild 2022-06-03 14:40:05 -04:00
parent 182ff875d3
commit 8e21cd582b
1 changed files with 0 additions and 5 deletions

View File

@ -91,7 +91,6 @@ message OracleJob {
// Specifies an aggregatorr to pull the value of.
string aggregator_pubkey = 2;
}
optional bool force_mainnet = 3;
}
// Opens and maintains a websocket for light speed data retrieval.
@ -128,7 +127,6 @@ message OracleJob {
// A job whose result is computed before dividing our numerical input by that result.
OracleJob job = 3;
}
optional bool force_mainnet = 4;
}
// This task will multiply a numerical input by a scalar value or by another
@ -142,7 +140,6 @@ message OracleJob {
// A job whose result is computed before multiplying our numerical input by that result.
OracleJob job = 3;
}
optional bool force_mainnet = 4;
}
// This task will add a numerical input by a scalar value or by another
@ -156,7 +153,6 @@ message OracleJob {
// A job whose result is computed before adding our numerical input by that result.
OracleJob job = 3;
}
optional bool force_mainnet = 4;
}
// This task will subtract a numerical input by a scalar value or by another
@ -170,7 +166,6 @@ message OracleJob {
// A job whose result is computed before subtracting our numerical input by that result.
OracleJob job = 3;
}
optional bool force_mainnet = 4;
}
// Fetch LP token price info from a number of supported exchanges.