udf-bitshares-wrapper icon indicating copy to clipboard operation
udf-bitshares-wrapper copied to clipboard

history call redundancy

Open oxarbitrage opened this issue 7 years ago • 0 comments

https://github.com/oxarbitrage/udf-bitshares-wrapper/blob/master/wrapper.py#L124 uses the same code 2 times to get the first batch of data from the node and the next ones.

this can be reduced to 1 loop only by changing the algo.

oxarbitrage avatar Dec 22 '17 22:12 oxarbitrage