mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reduce debug.
This commit is contained in:
@@ -864,7 +864,7 @@ std::vector<NewcoinAddress>
|
|||||||
|
|
||||||
bool NetworkOPs::recvValidation(const SerializedValidation::pointer& val)
|
bool NetworkOPs::recvValidation(const SerializedValidation::pointer& val)
|
||||||
{
|
{
|
||||||
cLog(lsINFO) << "recvValidation " << val->getLedgerHash();
|
cLog(lsDEBUG) << "recvValidation " << val->getLedgerHash();
|
||||||
return theApp->getValidations().addValidation(val);
|
return theApp->getValidations().addValidation(val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user