mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Remove direct bitcoin calls from qt/peertablemodel.cpp
This commit is contained in:
committed by
John Newbery
parent
d7c2c95948
commit
e0b66a3b7c
@@ -86,9 +86,9 @@ private:
|
||||
};
|
||||
|
||||
struct CNodeStateStats {
|
||||
int nMisbehavior;
|
||||
int nSyncHeight;
|
||||
int nCommonHeight;
|
||||
int nMisbehavior = 0;
|
||||
int nSyncHeight = -1;
|
||||
int nCommonHeight = -1;
|
||||
std::vector<int> vHeightInFlight;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user