uint32_t lastutxos,lastinfo;

This commit is contained in:
jl777
2019-07-02 05:49:14 -11:00
parent 49a7008f95
commit e9a2714441
3 changed files with 9 additions and 33 deletions

View File

@@ -204,7 +204,6 @@ public:
bool fWhitelisted;
double dPingTime;
double dPingWait;
uint32_t lastutxos,lastinfo;
std::string addrLocal;
};
@@ -277,6 +276,7 @@ public:
int64_t nLastRecv;
int64_t nTimeConnected;
int64_t nTimeOffset;
uint32_t lastutxos,lastinfo;
CAddress addr;
std::string addrName;
CService addrLocal;