aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-07-10 15:35:14 +0100
committerJohn Newbery <john@johnnewbery.com>2022-03-18 11:35:56 +0000
commit575bbd0dea6d12510fdf3220d0f0e47d969da6e9 (patch)
tree17f28807be35a1d14a54ffb50fb3a2d4f14c41d1 /src/net_processing.h
parent785f55f7eeab0dedbeb8e0d0b459f3bdc538b621 (diff)
downloadbitcoin-575bbd0dea6d12510fdf3220d0f0e47d969da6e9.tar.xz
[net processing] Move tx relay data to Peer
Diffstat (limited to 'src/net_processing.h')
-rw-r--r--src/net_processing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net_processing.h b/src/net_processing.h
index e30f9f516c..5343440ce3 100644
--- a/src/net_processing.h
+++ b/src/net_processing.h
@@ -29,6 +29,8 @@ struct CNodeStateStats {
int m_starting_height = -1;
std::chrono::microseconds m_ping_wait;
std::vector<int> vHeightInFlight;
+ bool fRelayTxes;
+ CAmount minFeeFilter;
uint64_t m_addr_processed = 0;
uint64_t m_addr_rate_limited = 0;
bool m_addr_relay_enabled{false};