mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-04 11:14:16 +00:00
commit
d8a80af84a
@ -2104,7 +2104,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
|
|||||||
vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;
|
vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;
|
||||||
if (pfrom->nVersion < 209)
|
if (pfrom->nVersion < 209)
|
||||||
{
|
{
|
||||||
// Since Februari 20, 2012, the protocol is initiated at version 209,
|
// Since February 20, 2012, the protocol is initiated at version 209,
|
||||||
// and earlier versions are no longer supported
|
// and earlier versions are no longer supported
|
||||||
printf("partner %s using obsolete version %i; disconnecting\n", pfrom->addr.ToString().c_str(), pfrom->nVersion);
|
printf("partner %s using obsolete version %i; disconnecting\n", pfrom->addr.ToString().c_str(), pfrom->nVersion);
|
||||||
pfrom->fDisconnect = true;
|
pfrom->fDisconnect = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user