![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
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 |
Definition at line 22 of file txdownload_tests.cpp.
|
inline |
Definition at line 32 of file txdownload_tests.cpp.
| bool Behaviors::m_ignore_inv_txid |
Definition at line 28 of file txdownload_tests.cpp.
| bool Behaviors::m_ignore_inv_wtxid |
Definition at line 29 of file txdownload_tests.cpp.
| bool Behaviors::m_keep_for_compact |
Definition at line 27 of file txdownload_tests.cpp.
| bool Behaviors::m_txid_in_rejects |
Definition at line 23 of file txdownload_tests.cpp.
| bool Behaviors::m_txid_in_rejects_recon |
Definition at line 25 of file txdownload_tests.cpp.
| bool Behaviors::m_wtxid_in_rejects |
Definition at line 24 of file txdownload_tests.cpp.
| bool Behaviors::m_wtxid_in_rejects_recon |
Definition at line 26 of file txdownload_tests.cpp.