py-etherscan-api icon indicating copy to clipboard operation
py-etherscan-api copied to clipboard

offset of 0 leads to infinite loop

Open MarcelBeining opened this issue 6 years ago • 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 :-)

MarcelBeining avatar Mar 13 '19 11:03 MarcelBeining