jlopp/bitcoin-core-config-generator

check Bitcoin Core for quotation support

Closed this issue · 1 comments

jlopp commented

Generator currently surrounds string values with quotation marks when rendering the config; this may be incompatible with Core's GetArg parsing.

GetArg doesn't support quotations, I tried setting

datadir="/Users/melvillius/deleteme"

and bitcoind does not start properly. So we have to remove those for string arguments to work