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 13c63ac commit 3b704c4Copy full SHA for 3b704c4
include/bitcoin/node/channels/channel_websocket.hpp
@@ -28,6 +28,7 @@ namespace libbitcoin {
28
namespace node {
29
30
/// Abstract base websocket channel state for the node.
31
+/// Does not inherit node::channel_http but does inherit network::channel_http.
32
class BCN_API channel_websocket
33
: public network::channel_websocket,
34
public node::channel
0 commit comments