We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cb345 commit eb933f6Copy full SHA for eb933f6
include/bitcoin/node/protocols/protocol_explore.hpp
@@ -22,6 +22,7 @@
22
#include <atomic>
23
#include <memory>
24
#include <optional>
25
+#include <bitcoin/node/channels/channels.hpp>
26
#include <bitcoin/node/define.hpp>
27
#include <bitcoin/node/interfaces/interfaces.hpp>
28
#include <bitcoin/node/protocols/protocol_html.hpp>
include/bitcoin/node/protocols/protocol_html.hpp
@@ -37,9 +37,8 @@ class BCN_API protocol_html
37
protected network::tracker<protocol_html>
38
{
39
public:
40
- /// http channel, but html settings.
41
using options_t = server::settings::html_server;
42
- using channel_t = node::channel_http;
+ using channel_t = node::channel_ws;
43
44
protected:
45
inline protocol_html(const auto& session,
0 commit comments