deso-protocol / run

Run your own DeSo node
https://docs.deso.org
190 stars 94 forks source link

Fix dev.env with correct guidance on Admin keys separated by spaces #72

Closed tijno closed 3 years ago

tijno commented 3 years ago

backend uses Vipers 'GetStringSlice' for 4 of the config options in dev.env. This means items within these options can only be separated by spaces.

Also removed the comment about using "space + comment" for each admin key - as this does not work.