Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/api/v1/coinSupply Droplet string conversion failed: Value is too large (fibercoins) #2672

Open
0pcom opened this issue Mar 25, 2022 · 0 comments

Comments

@0pcom
Copy link
Collaborator

0pcom commented Mar 25, 2022

When a fibercoin is created with a higher max supply than the default for skycoin, i.e.;

max_coin_supply = 2e8

the explorer will not display the supply information correctly

/api/v1/coinSupply gives the following error:

500 Internal Server Error - Failed to convert coins to string: Droplet string conversion failed: Value is too large

src/api/explorer.go Line 87 is where the error is generated

which is calling src/util/droplet/droplet.go Line 87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant