jlopp/bitcoin-core-config-generator

Properly escape spaces in string arguments

Melvillian opened this issue · 0 comments

arguments like the current value of the default datadir for Mac OS do not work, because the directory path contains spaces and bitcoind's argument parser can't handle it. Figure out how to correctly escape the spaces so they don't cause bitcoind to crash