mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +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());
|
pubkeyScript2.SetDestination(pubkey2.GetID());
|
||||||
|
|
||||||
if(pubkeyScript2.size() != 25) {
|
if(pubkeyScript2.size() != 25) {
|
||||||
LogPrintf("dsee - pubkey the wrong size\n");
|
LogPrintf("dsee - pubkey2 the wrong size\n");
|
||||||
Misbehaving(pfrom->GetId(), 100);
|
Misbehaving(pfrom->GetId(), 100);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user