mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
remove debug message
This commit is contained in:
parent
c7206802e4
commit
db4d5443ac
@ -157,7 +157,6 @@ void CSporkManager::Relay(CSporkMessage& msg)
|
||||
vInv.push_back(inv);
|
||||
LOCK(cs_vNodes);
|
||||
BOOST_FOREACH(CNode* pnode, vNodes){
|
||||
printf("send inv message %s\n", msg.GetHash().ToString().c_str());
|
||||
pnode->PushMessage("inv", vInv);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user