fixed display coin name, added default seeds

This commit is contained in:
Matt Hess
2025-11-13 07:02:48 +00:00
parent 63f69dac0d
commit 8e17597227
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1072,7 +1072,7 @@ void SideChain::print_status(bool obtain_sidechain_lock) const
}
LOGINFO(0, "status" <<
"\nMonero node = " << m_pool->current_host().m_displayName <<
"\nSalvium node = " << m_pool->current_host().m_displayName <<
"\nMain chain height = " << m_pool->block_template().height() <<
"\nMain chain hashrate = " << log::Hashrate(network_hashrate) <<
"\nSide chain ID = " << (is_default() ? "default" : (is_mini() ? "mini" : (is_nano() ? "nano" : m_consensusIdDisplayStr.c_str()))) <<