File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
include/bitcoin/node/protocols Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ class BCN_API protocol_transaction_in_106
3737 protocol_transaction_in_106 (const SessionPtr& session,
3838 const network::channel::ptr& channel) NOEXCEPT
3939 : node::protocol(session, channel),
40- tx_type_ (session->config ().network.witness_node() ?
41- type_id::witness_tx : type_id::transaction),
40+ // // tx_type_(session->config().network.witness_node() ?
41+ // // type_id::witness_tx : type_id::transaction),
4242 network::tracker<protocol_transaction_in_106>(session->log)
4343 {
4444 }
@@ -53,7 +53,7 @@ class BCN_API protocol_transaction_in_106
5353
5454private:
5555 // This is thread safe.
56- const type_id tx_type_;
56+ // // const type_id tx_type_;
5757};
5858
5959} // namespace node
You can’t perform that action at this time.
0 commit comments