aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-07-10 17:59:23 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-07-10 17:59:23 -0400
commit9903b35345191cdbebaed482504bfcd5590ebe9f (patch)
tree310029fa0bcdfa44ebf71854830286fbe4cc6b3d /src/cryptonote_core
parentMerge pull request #7753 (diff)
parentdoc: update IRC references to Libera (diff)
downloadmonero-9903b35345191cdbebaed482504bfcd5590ebe9f.tar.xz
Merge pull request #7754
8ff21e1 doc: update IRC references to Libera (fdov)
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 2cd04d4cf..f0e6794b9 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;
}