mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 09:43:55 +02:00
rpc/net: report per-peer last_inv_sequence
This commit is contained in:
@@ -55,6 +55,7 @@ struct CNodeStateStats {
|
||||
std::vector<int> vHeightInFlight;
|
||||
bool m_relay_txs;
|
||||
int m_inv_to_send = 0;
|
||||
uint64_t m_last_inv_seq{0};
|
||||
CAmount m_fee_filter_received;
|
||||
uint64_t m_addr_processed = 0;
|
||||
uint64_t m_addr_rate_limited = 0;
|
||||
|
||||
Reference in New Issue
Block a user