try and add eras, for notaries, with timestamp activation

This commit is contained in:
blackjok3r
2018-09-24 15:27:14 +08:00
parent d35a888245
commit 44f2c39ada
6 changed files with 199 additions and 46 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() != 0 )
{
if (pfrom->nVersion < STAKEDMIN_PEER_PROTO_VERSION)
{