-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16...
[novacoin.git] / src / util.cpp
index 6a4c2a2..0492977 100644 (file)
@@ -488,7 +488,7 @@ bool SoftSetArg(const std::string& strArg, const std::string& strValue)
     return true;
 }
 
-bool SoftSetArg(const std::string& strArg, bool fValue)
+bool SoftSetBoolArg(const std::string& strArg, bool fValue)
 {
     if (fValue)
         return SoftSetArg(strArg, std::string("1"));