plotman
plotman copied to clipboard
Configuration file does not show by default the pool_contract_address
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.:
- Run 'plotman config generate'
- See near line 155
Expected behavior I expected to see the following line on line 155 # pool_contract_address: ...
System setup:
- OS: Ubuntu
Is https://github.com/ericaltendorf/plotman/pull/839/files the change you were wanting?