mirror of
https://github.com/monero-project/monero.git
synced 2026-08-02 17:08:25 -07:00
Consistently print peer id in hex and on 16 chars
This commit is contained in:
@@ -203,7 +203,7 @@ namespace cryptonote
|
||||
}
|
||||
|
||||
std::stringstream peer_id_str;
|
||||
peer_id_str << std::hex << peer_id;
|
||||
peer_id_str << std::hex << std::setw(16) << peer_id;
|
||||
peer_id_str >> cnx.peer_id;
|
||||
|
||||
cnx.support_flags = support_flags;
|
||||
|
||||
Reference in New Issue
Block a user