-insync test for getNSPV
This commit is contained in:
@@ -7503,7 +7503,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
|
|||||||
}
|
}
|
||||||
else if (strCommand == "getnSPV")
|
else if (strCommand == "getnSPV")
|
||||||
{
|
{
|
||||||
if ( KOMODO_NSPV == 0 && KOMODO_INSYNC != 0 )
|
if ( KOMODO_NSPV == 0 )//&& KOMODO_INSYNC != 0 )
|
||||||
{
|
{
|
||||||
std::vector<uint8_t> payload;
|
std::vector<uint8_t> payload;
|
||||||
vRecv >> payload;
|
vRecv >> payload;
|
||||||
|
|||||||
Reference in New Issue
Block a user