py-etherscan-api
py-etherscan-api copied to clipboard
offset of 0 leads to infinite loop
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 :-)