mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +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))
|
||||
stack.push(next);
|
||||
}
|
||||
if (includeLeaves && (!have || !have->hasLeafNode(next->getTag(), childHash)))
|
||||
if (includeLeaves && (!have || !have->hasLeafNode(node->getTag(), childHash)))
|
||||
{
|
||||
Serializer s;
|
||||
node->addRaw(s, snfPREFIX);
|
||||
|
||||
Reference in New Issue
Block a user