Printing frontiers as account numbers.
This commit is contained in:
parent
9f8ae5e711
commit
8c4c173ce6
1 changed files with 1 additions and 1 deletions
|
@ -4346,7 +4346,7 @@ void rai::frontier_req_server::send_next ()
|
|||
auto this_l (shared_from_this ());
|
||||
if (connection->node->logging.network_logging ())
|
||||
{
|
||||
BOOST_LOG (connection->node->log) << boost::str (boost::format ("Sending frontier for %1% %2%") % pair.first.to_string () % pair.second.to_string ());
|
||||
BOOST_LOG (connection->node->log) << boost::str (boost::format ("Sending frontier for %1% %2%") % pair.first.to_base58check () % pair.second.to_string ());
|
||||
}
|
||||
async_write (*connection->socket, boost::asio::buffer (send_buffer.data (), send_buffer.size ()), [this_l] (boost::system::error_code const & ec, size_t size_a)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue