cointop icon indicating copy to clipboard operation
cointop copied to clipboard

Add max_pages parameter to config file

Open lucasmr opened this issue 3 years ago • 2 comments

This makes it easier to track smaller tokens, or reduce the amount of tokens being tracked. Somewhat fixes #276, until a more refined way of fetching the desired tokens is implemented.

lucasmr avatar Aug 07 '22 00:08 lucasmr

Why change item from int to uint? With int we also have the possibility of using a magic-number like -1 which might mean (in future) "ulimited"

lyricnz avatar Aug 31 '22 22:08 lyricnz

Zero could work like that as well. I just think uint is clearer and more readable, but I don't really mind.

lucasmr avatar Aug 31 '22 22:08 lucasmr