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:
parent
a758a62048
commit
80eb335455
@ -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…
x
Reference in New Issue
Block a user