This commit is contained in:
jl777
2019-07-02 03:20:52 -11:00
parent fa39db59b3
commit 4e22554ad3

View File

@@ -7416,8 +7416,8 @@ fprintf(stderr, "recv: %s peer=%d\n", SanitizeString(strCommand).c_str(), (int32
else if ( KOMODO_NSPV != 0 ) else if ( KOMODO_NSPV != 0 )
{ {
// handle addressutxos, addresstxids, notarizations, ... messages // handle addressutxos, addresstxids, notarizations, ... messages
fprintf(stderr,"ignore message %s\n",strCommand); fprintf(stderr,"ignore message %s\n",strCommand.c_str());
return; return(true);
} }
else if (strCommand == "inv") else if (strCommand == "inv")