Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Add max_pages parameter to config file - #312

Open
lucasmr wants to merge 1 commit into
cointop-sh:masterfrom
lucasmr:feature/add_max_pages
Open

Add max_pages parameter to config file#312
lucasmr wants to merge 1 commit into
cointop-sh:masterfrom
lucasmr:feature/add_max_pages

Conversation

@lucasmr

@lucasmr lucasmr commented Aug 7, 2022

Copy link
Copy Markdown

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.

This makes it easier to track smaller tokens, or reduce the amount
of tokens being tracked.
@lyricnz

lyricnz commented Aug 31, 2022

Copy link
Copy Markdown
Collaborator

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"

@lucasmr

lucasmr commented Aug 31, 2022

Copy link
Copy Markdown
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support coins that are very far down the list

2 participants