forked from lthn/blockchain
Merge branch 'develop' into auditability
This commit is contained in:
commit
6f710f8b62
1 changed files with 1 additions and 1 deletions
|
|
@ -1396,7 +1396,7 @@ namespace nodetool
|
|||
get_local_node_data(rsp.node_data);
|
||||
m_payload_handler.get_payload_sync_data(rsp.payload_data);
|
||||
fill_maintainers_entry(rsp.maintrs_entry);
|
||||
LOG_PRINT_GREEN("COMMAND_HANDSHAKE", LOG_LEVEL_1);
|
||||
LOG_PRINT_GREEN("COMMAND_HANDSHAKE: v" << arg.payload_data.client_version << " top: " << epee::string_tools::pod_to_hex(arg.payload_data.top_id).substr(0, 6) << " @ " << arg.payload_data.current_height - 1, LOG_LEVEL_1);
|
||||
return 1;
|
||||
}
|
||||
//-----------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue