We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi !
issue is with config.primary.coin.rewards property. In documentation it is described as a string property:
/ Type: String config.primary.coin.rewards = '' | [string]
but in config file I see:
// Rewards Configuration config.primary.coin.rewards = {}; config.primary.coin.rewards.type = ''; config.primary.coin.rewards.addresses = [];
Seems there is a need to update documentation: https://blinkhash.com/docs/foundation/configurations
The text was updated successfully, but these errors were encountered:
Thanks for letting me know! Yep there's a decent amount of documentation that needs to be updated, I'll definitely get around to it at some point
Sorry, something went wrong.
No branches or pull requests
Hi !
issue is with config.primary.coin.rewards property. In documentation it is described as a string property:
but in config file I see:
Seems there is a need to update documentation:
https://blinkhash.com/docs/foundation/configurations
The text was updated successfully, but these errors were encountered: