We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75c39c commit b83f51aCopy full SHA for b83f51a
src/net.h
@@ -733,6 +733,7 @@ class CNode
733
int64_t nextSendTimeFeeFilter{0};
734
};
735
736
+ // m_tx_relay == nullptr if we're not relaying transactions with this peer
737
std::unique_ptr<TxRelay> m_tx_relay;
738
// Used for headers announcements - unfiltered blocks to relay
739
std::vector<uint256> vBlockHashesToAnnounce GUARDED_BY(cs_inventory);
0 commit comments