This commit is contained in:
blackjok3r
2018-09-21 17:21:30 +08:00
parent 0233e249cf
commit c2ec9c5468
3 changed files with 3 additions and 3 deletions

View File

@@ -5954,7 +5954,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
CAddress addrFrom;
uint64_t nNonce = 1;
vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;
if ( is_STAKED == 1 )
if ( is_STAKED() == 1 )
{
if (pfrom->nVersion < STAKEDMIN_PEER_PROTO_VERSION)
{