diff --git a/src/p2p/p2p_protocol_defs.h b/src/p2p/p2p_protocol_defs.h index 8b9cd0f..a39a37b 100644 --- a/src/p2p/p2p_protocol_defs.h +++ b/src/p2p/p2p_protocol_defs.h @@ -54,8 +54,6 @@ namespace nodetool s << std::hex << peer_id; return epee::string_tools::pad_string(s.str(), 16, '0', true); } - -#pragma pack (push, 1) struct network_address_old { @@ -139,9 +137,6 @@ namespace nodetool END_SERIALIZE() }; typedef connection_entry_base connection_entry; - -#pragma pack(pop) - inline std::string print_peerlist_to_string(const std::vector& pl) {