-insync test for getNSPV

This commit is contained in:
jl777
2019-08-11 23:29:46 -11:00
parent 450ac5c5ea
commit 0c680e0dbc
2 changed files with 2 additions and 2 deletions

View File

@@ -7503,7 +7503,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
}
else if (strCommand == "getnSPV")
{
if ( KOMODO_NSPV == 0 && KOMODO_INSYNC != 0 )
if ( KOMODO_NSPV == 0 )//&& KOMODO_INSYNC != 0 )
{
std::vector<uint8_t> payload;
vRecv >> payload;