mirror of
https://github.com/monero-project/monero.git
synced 2025-08-18 07:28:01 -04:00
p2p: remove old debug commands
This commit is contained in:
parent
d1cf16364f
commit
aa93e38862
15 changed files with 3 additions and 328 deletions
|
@ -154,12 +154,6 @@ namespace cryptonote
|
|||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------
|
||||
template<class t_core>
|
||||
bool t_cryptonote_protocol_handler<t_core>::get_stat_info(core_stat_info& stat_inf)
|
||||
{
|
||||
return m_core.get_stat_info(stat_inf);
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------
|
||||
template<class t_core>
|
||||
void t_cryptonote_protocol_handler<t_core>::log_connections()
|
||||
{
|
||||
std::stringstream ss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue