Skip to content

Commit e7a9133

Browse files
committed
[net processing] Set CNode::m_relays_txs=true when receiving BIP37 filters
This line was accidentally removed in #22778.
1 parent b1a824d commit e7a9133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net_processing.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4075,6 +4075,7 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
40754075
tx_relay->m_relay_txs = true;
40764076
}
40774077
pfrom.m_bloom_filter_loaded = true;
4078+
pfrom.m_relays_txs = true;
40784079
}
40794080
return;
40804081
}

0 commit comments

Comments
 (0)