diff --git a/src/net.cpp b/src/net.cpp index b786938bd..4b52c796d 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2506,7 +2506,9 @@ void RelayTransaction(const CTransaction& tx, const CDataStream& ss) // If we have no nodes to relay to, there is nothing to do if(vNodes.size() == 0) { - fprintf(stderr, "%s: No nodes to relay to!\n", __func__ ); + if (HUSH_TESTNODE==0) { + fprintf(stderr, "%s: No nodes to relay to!\n", __func__ ); + } return; }