mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-12 23:13:25 +02:00
p2p: remove m_starting_height field from node state (only show once in debug log)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user