mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Log display name for transactions.
This commit is contained in:
@@ -1117,7 +1117,7 @@ void PeerImp::recvTransaction (protocol::TMTransaction& packet, ScopedLock& Mast
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
WriteLog (lsDEBUG, Peer) << "Got new transaction from peer " << getIP () << " : " << stx->getTransactionID ();
|
WriteLog (lsDEBUG, Peer) << "Got new transaction from peer " << getDisplayName () << " : " << stx->getTransactionID ();
|
||||||
|
|
||||||
if (mCluster)
|
if (mCluster)
|
||||||
flags |= SF_TRUSTED | SF_SIGGOOD;
|
flags |= SF_TRUSTED | SF_SIGGOOD;
|
||||||
|
|||||||
Reference in New Issue
Block a user