Browse Source

don't show 'ruuning on clearnet' is i2p only

pull/5/head
orignal 7 years ago
parent
commit
80eb335455
  1. 2
      src/init.cpp

2
src/init.cpp

@ -732,7 +732,7 @@ bool AppInit2(boost::thread_group& threadGroup) @@ -732,7 +732,7 @@ bool AppInit2(boost::thread_group& threadGroup)
if (fDaemon)
fprintf(stdout, "Gostcoin server starting\n");
if (!GetBoolArg("-stfu", false)) {
if (!GetBoolArg("-stfu", false) && !IsI2POnly()) {
InitWarning("Gostcoin is running on clearnet!\n");
}

Loading…
Cancel
Save