smartcontractkit / external-initiator

Initiate Chainlink job runs from external sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase lastSubmittedRound only on successful oracle submission

ebarakos opened this issue · comments

If the job run is not successful, EI cannot submit again, due to lastSubmittedRound already incremenented. Potentially increment the lastSubmittedRound at a later point, after successfully submitting to the contract itself.