We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3fed4 commit dbc4853Copy full SHA for dbc4853
src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp
@@ -605,7 +605,7 @@ bool CryptoNoteProtocolHandler::request_missing_objects(CryptoNoteConnectionCont
605
requestMissingPoolTransactions(context);
606
607
context.m_state = CryptoNoteConnectionContext::state_normal;
608
- logger(Logging::INFO, Logging::BRIGHT_GREEN) << context << "Successfully synchronized with the TurtleCoin Network.";
+ logger(Logging::INFO, Logging::BRIGHT_BLUE) << context << "Successfully synchronized with the Catalyst Network.";
609
on_connection_synchronized();
610
}
611
return true;
0 commit comments