Merged: Error message changed (crowning)

This commit is contained in:
Evan Duffield 2014-12-11 09:01:39 -07:00
parent 2a33377fc8
commit 9aac2038f1

View File

@ -88,7 +88,7 @@ void ProcessMessageMasternode(CNode* pfrom, std::string& strCommand, CDataStream
pubkeyScript2.SetDestination(pubkey2.GetID());
if(pubkeyScript2.size() != 25) {
LogPrintf("dsee - pubkey the wrong size\n");
LogPrintf("dsee - pubkey2 the wrong size\n");
Misbehaving(pfrom->GetId(), 100);
return;
}