aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorfdov <fd21@pm.me>2021-06-20 15:16:49 +0200
committerselsta <selsta@sent.at>2021-06-20 21:44:45 +0200
commit8ff21e1e8436b616acdfd7fb7e6748cea2305f22 (patch)
treec893db5b927a4828ec4dcfc62ef0e0bed730e9af /src/cryptonote_core
parentMerge pull request #7738 (diff)
downloadmonero-8ff21e1e8436b616acdfd7fb7e6748cea2305f22.tar.xz
doc: update IRC references to Libera
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index db707bb65..ddc361263 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -967,7 +967,7 @@ start:
MGINFO("START DUMP");
MGINFO(ss.str());
MGINFO("END DUMP");
- MGINFO("Please send moneromooo on Freenode the contents of this log, from a couple dozen lines before START DUMP to END DUMP");
+ MGINFO("Please send moneromooo on Libera.Chat the contents of this log, from a couple dozen lines before START DUMP to END DUMP");
}
return diff;
}