corpetty/py-etherscan-api

offset of 0 leads to infinite loop

MarcelBeining opened this issue · 0 comments

There should be a check if the offset parameter when calling a method (e.g. get_all_transactions) is zero and raise an error accordingly.
Otherwise the call will end up in an infinite loop :-)