I have alot of it in my log. I added:
pfrom->fDisconnect = true;
Misbehaving(pfrom->GetId(), 100);
in main.cpp where this error is thrown (so I ban those nodes), but nodes still try to connect.
I have alot of it in my log. I added:
pfrom->fDisconnect = true;
Misbehaving(pfrom->GetId(), 100);
in main.cpp where this error is thrown (so I ban those nodes), but nodes still try to connect.
You get this error if nodes send an invalid packet. It's harmless, though spammy.