Skip to content

Commit cd7586b

Browse files
committed
Comments.
1 parent ff10685 commit cd7586b

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

include/bitcoin/node/channels/channel_electrum.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ namespace libbitcoin {
3030
namespace node {
3131

3232
// TODO: strip extraneous args before electrum version dispatch.
33-
// TODO: move version_ and name_ members into channel with set/get.
34-
// TODO: move to electrum version method to handshake protocol.
3533
/// Channel for electrum channels (non-http json-rpc).
3634
class BCN_API channel_electrum
3735
: public node::channel,

include/bitcoin/node/sessions/sessions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ using session_stratum_v2 = session_server<protocol_stratum_v2>;
4141
using session_electrum = session_handshake<protocol_electrum_version,
4242
protocol_electrum>;
4343

44-
} // namespace network
44+
} // namespace node
4545
} // namespace libbitcoin
4646

4747
#endif

include/bitcoin/node/settings.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class BCN_API settings
102102

103103
namespace server {
104104

105-
/// HACK: must cast writer to non-const.
105+
// HACK: must cast writer to non-const.
106106
using span_value = network::http::span_body::value_type;
107107

108108
/// [server] settings.

0 commit comments

Comments
 (0)