1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 00:14:20 +00:00

rolled back dicover

This commit is contained in:
orignal 2017-03-28 19:33:22 -04:00
parent ecd10ad6d6
commit d7349cba71

View File

@ -866,7 +866,7 @@ bool AppInit2(boost::thread_group& threadGroup)
// see Step 2: parameter interactions for more information about these
fNoListen = !GetBoolArg("-listen", true);
fDiscover = GetBoolArg("-discover", true);
fDiscover = true; //GetBoolArg("-discover", true); TODO
fNameLookup = GetBoolArg("-dns", true);
// -i2p can override both tor and proxy