You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MacOSX and possibly linux when the properties file is parsed the booleans are converted to strings in the properties object which affects further if statements concerning auto running Redis and Bitcoind as it always evaluates to true.
In MacOSX and possibly linux when the properties file is parsed the booleans are converted to strings in the properties object which affects further if statements concerning auto running Redis and Bitcoind as it always evaluates to true.
https://github.com/Colored-Coins/Full-Node/blob/master/utils/config.js#L178
The text was updated successfully, but these errors were encountered: