Fix STPath breakage.

This commit is contained in:
JoelKatz
2012-11-19 14:19:01 -08:00
parent d7905dddd7
commit 54fe46feda

View File

@@ -395,7 +395,7 @@ STPathSet* STPathSet::construct(SerializerIterator& s, SField::ref name)
if (bIssuer)
uIssuerID = s.get160();
path.push_back(STPathElement(uAccountID, uCurrency, uIssuerID));
path.push_back(STPathElement(uAccountID, uCurrency, uIssuerID, bCurrency));
}
} while(1);
}