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
Describe the bug
In the configuration wiki page (https://github.com/ericaltendorf/plotman/wiki/Configuration#2-v05), under "plotting:" there is a configuration option for using "# pool_contract_address: ...". In the actual configuration file ~/.config/plotman/plotman.yaml (or https://github.com/ericaltendorf/plotman/blob/main/src/plotman/resources/plotman.yaml), this option line is not shown.
I added this line to the configuration file and it does in fact work as expected, but I suspect this should be added to the configuration file.
To Reproduce
Steps to reproduce the behavior, e.g.:
Expected behavior I expected to see the following line on line 155 # pool_contract_address: ...
System setup:
The text was updated successfully, but these errors were encountered:
Is https://github.com/ericaltendorf/plotman/pull/839/files the change you were wanting?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In the configuration wiki page (https://github.com/ericaltendorf/plotman/wiki/Configuration#2-v05), under "plotting:" there is a configuration option for using "# pool_contract_address: ...". In the actual configuration file ~/.config/plotman/plotman.yaml (or https://github.com/ericaltendorf/plotman/blob/main/src/plotman/resources/plotman.yaml), this option line is not shown.
I added this line to the configuration file and it does in fact work as expected, but I suspect this should be added to the configuration file.
To Reproduce
Steps to reproduce the behavior, e.g.:
Expected behavior
I expected to see the following line on line 155
# pool_contract_address: ...
System setup:
The text was updated successfully, but these errors were encountered: