mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Spelling error.
This commit is contained in:
@@ -1614,7 +1614,7 @@ void PeerImp::recvGetObjectByHash (const boost::shared_ptr<protocol::TMGetObject
|
|||||||
{
|
{
|
||||||
if (obj.ledgerseq () != pLSeq)
|
if (obj.ledgerseq () != pLSeq)
|
||||||
{
|
{
|
||||||
CondLog (pLDo && (pLSeq != 0), lsDEBUG, Peer) << "Recevied full fetch pack for " << pLSeq;
|
CondLog (pLDo && (pLSeq != 0), lsDEBUG, Peer) << "Received full fetch pack for " << pLSeq;
|
||||||
pLSeq = obj.ledgerseq ();
|
pLSeq = obj.ledgerseq ();
|
||||||
pLDo = !getApp().getOPs ().haveLedger (pLSeq);
|
pLDo = !getApp().getOPs ().haveLedger (pLSeq);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user