mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
fixed misbehaving debug
This commit is contained in:
parent
b7ac800699
commit
bb7fa4f92d
@ -4080,7 +4080,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
|
||||
else if (strCommand == "misbehave") {
|
||||
int howmuch;
|
||||
vRecv >> howmuch;
|
||||
printf("peer=%d says we are misbehaving %d\n", howmuch);
|
||||
printf("peer=%d says we are misbehaving %d\n", pfrom->id, howmuch);
|
||||
}
|
||||
|
||||
else if (strCommand == "dseg") { //DarkSend Election Get
|
||||
|
Loading…
Reference in New Issue
Block a user