Function: setLastFundingUpdated(byte[32] _pairSymbol, uint64 _lastFundingUpdated)
This allows the Ledger contract to update the timestamp of the last executeProcessValidatedFutures function call.
Inputs
_pairSymbolControl: Only allowed symbol.
Constraints: There is a check that the symbol is allowed in the
executeProcessValidatedFuturesfunction.Impact: Configuration ID for a specific symbol.
_lastFundingUpdatedControl: Full control by
Operator.Constraints: No checks.
Impact: No impact.
Branches and code coverage
Negative behavior
Caller is not
Ledger.The new
_lastFundingUpdatedis less than the current.