mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Merged: Error message changed (crowning)
This commit is contained in:
parent
2a33377fc8
commit
9aac2038f1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user