You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because now is referenced within the ArbRewarder contract, its value will be set when the transaction is included in a block. And because ethToTokenSwapInput is called within the same transaction, it is always executed within the same block. Therefore, the addition of max_delay does nothing to restrict the actual execution time of the transaction.
Please correct me if I am mistaken.
The text was updated successfully, but these errors were encountered:
synthetix/contracts/ArbRewarder.sol
Line 144 in 472d911
Because
now
is referenced within theArbRewarder
contract, its value will be set when the transaction is included in a block. And becauseethToTokenSwapInput
is called within the same transaction, it is always executed within the same block. Therefore, the addition ofmax_delay
does nothing to restrict the actual execution time of the transaction.Please correct me if I am mistaken.
The text was updated successfully, but these errors were encountered: