diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-07-10 17:59:23 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-07-10 17:59:23 -0400 |
commit | 9903b35345191cdbebaed482504bfcd5590ebe9f (patch) | |
tree | 310029fa0bcdfa44ebf71854830286fbe4cc6b3d /src | |
parent | Merge pull request #7753 (diff) | |
parent | doc: update IRC references to Libera (diff) | |
download | monero-9903b35345191cdbebaed482504bfcd5590ebe9f.tar.xz |
Merge pull request #7754
8ff21e1 doc: update IRC references to Libera (fdov)
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/blockchain.cpp | 2 |
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; } |