diff --git a/src/init.cpp b/src/init.cpp index 61a608741a3f5..b8549b38e0d88 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -827,7 +827,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) } if (!GetBoolArg("-enableswifttx", fEnableSwiftTX)) { - if (SoftSetArg("-swifttxdepth", 0)) + if (SoftSetArg("-swifttxdepth", "0")) LogPrintf("AppInit2 : parameter interaction: -enableswifttx=false -> setting -nSwiftTXDepth=0\n"); }