mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
New serializer work.
Rework add/addRaw/addData per discussion with Arthur. New STObject add/deserialize code. STArray add/deserialize code. Allow arrays of normal fields. Other small fixes.
This commit is contained in:
@@ -275,7 +275,7 @@ void STAmount::canonicalize()
|
||||
assert((mValue != 0) || (mOffset != -100) );
|
||||
}
|
||||
|
||||
void STAmount::addData(Serializer& s) const
|
||||
void STAmount::add(Serializer& s) const
|
||||
{
|
||||
if (mIsNative)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user