Skip to content

Commit dbc4853

Browse files
authored
Update CryptoNoteProtocolHandler.cpp
1 parent 9b3fed4 commit dbc4853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ bool CryptoNoteProtocolHandler::request_missing_objects(CryptoNoteConnectionCont
605605
requestMissingPoolTransactions(context);
606606

607607
context.m_state = CryptoNoteConnectionContext::state_normal;
608-
logger(Logging::INFO, Logging::BRIGHT_GREEN) << context << "Successfully synchronized with the TurtleCoin Network.";
608+
logger(Logging::INFO, Logging::BRIGHT_BLUE) << context << "Successfully synchronized with the Catalyst Network.";
609609
on_connection_synchronized();
610610
}
611611
return true;

0 commit comments

Comments
 (0)