mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-30 00:14:20 +00:00
rolled back dicover
This commit is contained in:
parent
ecd10ad6d6
commit
d7349cba71
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user