mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 16:35:53 +00:00
Bug in previous commit.
This commit is contained in:
@@ -502,7 +502,7 @@ std::list<SHAMap::fetchPackEntry_t> SHAMap::getFetchPack(SHAMap* have, bool incl
|
|||||||
if (!have || !have->hasInnerNode(*next, childHash))
|
if (!have || !have->hasInnerNode(*next, childHash))
|
||||||
stack.push(next);
|
stack.push(next);
|
||||||
}
|
}
|
||||||
if (includeLeaves && (!have || !have->hasLeafNode(next->getTag(), childHash)))
|
if (includeLeaves && (!have || !have->hasLeafNode(node->getTag(), childHash)))
|
||||||
{
|
{
|
||||||
Serializer s;
|
Serializer s;
|
||||||
node->addRaw(s, snfPREFIX);
|
node->addRaw(s, snfPREFIX);
|
||||||
|
|||||||
Reference in New Issue
Block a user