File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ namespace libbitcoin {
3030namespace 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).
3634class BCN_API channel_electrum
3735 : public node::channel,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ using session_stratum_v2 = session_server<protocol_stratum_v2>;
4141using session_electrum = session_handshake<protocol_electrum_version,
4242 protocol_electrum>;
4343
44- } // namespace network
44+ } // namespace node
4545} // namespace libbitcoin
4646
4747#endif
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class BCN_API settings
102102
103103namespace server {
104104
105- // / HACK: must cast writer to non-const.
105+ // HACK: must cast writer to non-const.
106106using span_value = network::http::span_body::value_type;
107107
108108// / [server] settings.
You can’t perform that action at this time.
0 commit comments