Home
last modified time | relevance | path

Searched refs:TxRelay (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnet.h811 struct TxRelay { struct
812 TxRelay() { pfilter = MakeUnique<CBloomFilter>(); } in TxRelay() argument
840 std::unique_ptr<TxRelay> m_tx_relay; argument
H A Dnet.cpp2717 m_tx_relay = MakeUnique<TxRelay>();
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnet.h531 struct TxRelay { struct
558 std::unique_ptr<TxRelay> m_tx_relay; argument
H A Dnet.cpp2990 m_tx_relay = std::make_unique<TxRelay>(); in CNode()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnet.h531 struct TxRelay { struct
558 std::unique_ptr<TxRelay> m_tx_relay; argument
H A Dnet.cpp2990 m_tx_relay = std::make_unique<TxRelay>(); in CNode()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dnet.h531 struct TxRelay { struct
558 std::unique_ptr<TxRelay> m_tx_relay; argument
H A Dnet.cpp2990 m_tx_relay = std::make_unique<TxRelay>(); in CNode()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnet.h1007 struct TxRelay { struct
1035 std::unique_ptr<TxRelay> m_tx_relay; argument
H A Dnet.cpp2970 m_tx_relay = MakeUnique<TxRelay>(); in CNode()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnet.h1007 struct TxRelay { struct
1035 std::unique_ptr<TxRelay> m_tx_relay; argument
H A Dnet.cpp2970 m_tx_relay = MakeUnique<TxRelay>(); in CNode()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnet.h1007 struct TxRelay { struct
1035 std::unique_ptr<TxRelay> m_tx_relay; argument
H A Dnet.cpp2970 m_tx_relay = MakeUnique<TxRelay>(); in CNode()