diff --git a/include/opendht/dht_proxy_server.h b/include/opendht/dht_proxy_server.h index 42519882fc5ae2bb139a69dd5afb41c04aff3cca..a68611e57c5a4b0d12c1b2d5fefefc87d97423be 100644 --- a/include/opendht/dht_proxy_server.h +++ b/include/opendht/dht_proxy_server.h @@ -65,9 +65,9 @@ using RequestStatus = restinio::request_handling_status_t; struct ProxyServerConfig { in_port_t port {8000}; std::string pushServer {}; - std::string bundleId {}; std::string persistStatePath {}; dht::crypto::Identity identity {}; + std::string bundleId {}; }; /**