Skip to content

Commit 213d168

Browse files
authored
Merge pull request #857 from evoskuil/master
Delint.
2 parents 1444e54 + 3a4c81a commit 213d168

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/bitcoin/node/protocols/protocol_transaction_in_106.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5454
private:
5555
// This is thread safe.
56-
const type_id tx_type_;
56+
////const type_id tx_type_;
5757
};
5858

5959
} // namespace node

0 commit comments

Comments
 (0)