Aniket-Engg / sol-verifier

Verify Solidity smart contracts on Etherscan
MIT License
30 stars 15 forks source link

added counter in recursion #25

Closed rohitsethii closed 5 years ago

rohitsethii commented 5 years ago

Issue resolved #24

I have added a counter for recursion of checking Source code verification submission status. If API returns pending in queue for all the 10 attempts(3 seconds each) then following error will appear:

Could not verify your contract!!! Please try again later

Aniket-Engg commented 5 years ago

Thanks for your quick efforts !