mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update.
This commit is contained in:
@@ -196,7 +196,7 @@ void STVector256::add(Serializer& s) const
|
||||
{
|
||||
int size = mValue.size();
|
||||
if (!size) s.addVL(NULL, 0);
|
||||
s.addVL(mValue[0].begin(), mValue.size() * (256 / 8));
|
||||
else s.addVL(mValue[0].begin(), mValue.size() * (256 / 8));
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user