mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
"February"
This commit is contained in:
parent
07ed49a472
commit
27adfb2e0c
1 changed files with 1 additions and 1 deletions
|
@ -2104,7 +2104,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
|
|||
vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;
|
||||
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
|
||||
printf("partner %s using obsolete version %i; disconnecting\n", pfrom->addr.ToString().c_str(), pfrom->nVersion);
|
||||
pfrom->fDisconnect = true;
|
||||
|
|
Loading…
Reference in a new issue