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

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

This commit is contained in:
orignal 2017-03-31 19:37:23 -04:00
parent a758a62048
commit 80eb335455

View File

@ -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");
}