p2p: remove m_starting_height field from node state (only show once in debug log)

This commit is contained in:
Sebastian Falbesoner
2026-01-06 02:00:15 +01:00
parent b267efcdaf
commit 745ad941de
3 changed files with 5 additions and 15 deletions

View File

@@ -53,7 +53,6 @@ static const unsigned int MAX_HEADERS_RESULTS = 2000;
struct CNodeStateStats {
int nSyncHeight = -1;
int nCommonHeight = -1;
int m_starting_height = -1;
std::chrono::microseconds m_ping_wait;
std::vector<int> vHeightInFlight;
bool m_relay_txs;