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 de4bd25 commit 6ef3082Copy full SHA for 6ef3082
include/bitcoin/node/protocols/protocol_explore.hpp
@@ -49,7 +49,7 @@ class BCN_API protocol_explore
49
50
protected:
51
void handle_receive_get(const code& ec,
52
- const network::http::method::get& request) NOEXCEPT;
+ const network::http::method::get& request) NOEXCEPT override;
53
};
54
55
} // namespace node
0 commit comments