1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-03-13 05:41:11 +00:00

set local address

This commit is contained in:
orignal 2017-03-27 21:07:16 -04:00
parent e0e79a26cf
commit a11dc85ee6

View File

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