Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
Behaviors Struct Reference

Public Member Functions

 Behaviors (bool txid_rejects, bool wtxid_rejects, bool txid_recon, bool wtxid_recon, bool keep, bool txid_inv, bool wtxid_inv)
void CheckEqual (const Behaviors &other, bool segwit)

Public Attributes

bool m_txid_in_rejects
bool m_wtxid_in_rejects
bool m_txid_in_rejects_recon
bool m_wtxid_in_rejects_recon
bool m_keep_for_compact
bool m_ignore_inv_txid
bool m_ignore_inv_wtxid

Detailed Description

Definition at line 22 of file txdownload_tests.cpp.

Constructor & Destructor Documentation

◆ Behaviors()

Behaviors::Behaviors ( bool txid_rejects,
bool wtxid_rejects,
bool txid_recon,
bool wtxid_recon,
bool keep,
bool txid_inv,
bool wtxid_inv )
inline

Definition at line 32 of file txdownload_tests.cpp.

Here is the caller graph for this function:

Member Function Documentation

◆ CheckEqual()

void Behaviors::CheckEqual ( const Behaviors & other,
bool segwit )
inline

Definition at line 42 of file txdownload_tests.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_ignore_inv_txid

bool Behaviors::m_ignore_inv_txid

Definition at line 28 of file txdownload_tests.cpp.

◆ m_ignore_inv_wtxid

bool Behaviors::m_ignore_inv_wtxid

Definition at line 29 of file txdownload_tests.cpp.

◆ m_keep_for_compact

bool Behaviors::m_keep_for_compact

Definition at line 27 of file txdownload_tests.cpp.

◆ m_txid_in_rejects

bool Behaviors::m_txid_in_rejects

Definition at line 23 of file txdownload_tests.cpp.

◆ m_txid_in_rejects_recon

bool Behaviors::m_txid_in_rejects_recon

Definition at line 25 of file txdownload_tests.cpp.

◆ m_wtxid_in_rejects

bool Behaviors::m_wtxid_in_rejects

Definition at line 24 of file txdownload_tests.cpp.

◆ m_wtxid_in_rejects_recon

bool Behaviors::m_wtxid_in_rejects_recon

Definition at line 26 of file txdownload_tests.cpp.


The documentation for this struct was generated from the following file: