fux stupid error

This commit is contained in:
blackjok3r
2018-09-24 19:55:23 +08:00
parent 8496fdbeed
commit d75be221a0
5 changed files with 6 additions and 8 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() != 0 )
if ( is_STAKED(ASSETCHAINS_SYMBOL) != 0 )
{
if (pfrom->nVersion < STAKEDMIN_PEER_PROTO_VERSION)
{