From 61d016542e32a30dfaf5c0b154a67ddb06ddffb7 Mon Sep 17 00:00:00 2001 From: wowario Date: Thu, 12 Jan 2023 17:54:36 +0300 Subject: [PATCH] remove invisible unicode characters --- src/cryptonote_protocol/cryptonote_protocol_handler.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl index 834b4ad7f..2b41cc781 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -1687,7 +1687,7 @@ namespace cryptonote switch (num) { case 1: - MGINFO_MAGENTA("*•.¸♡ ♡¸.•* sy︎n︎c︎e︎d *•.¸♡ ♡¸.•* " << current_blockchain_height << "/" << target_blockchain_height << progress_message << timing_message << " ˚ ༘♡ ⋆。˚"); + MGINFO_MAGENTA("*•.¸♡ ♡¸.•* synced *•.¸♡ ♡¸.•* " << current_blockchain_height << "/" << target_blockchain_height << progress_message << timing_message << " ˚ ༘♡ ⋆。˚"); break; case 2: MGINFO_YELLOW("ˏˋ°•*⁀➷ pǝɔuʎs ˏˋ°•*⁀➷ " << current_blockchain_height << "/" << target_blockchain_height << progress_message << timing_message << " ︶︶༉‧₊ ☄. *.⋆");