mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanups and fixes.
This commit is contained in:
@@ -274,7 +274,7 @@ void STAmount::canonicalize()
|
||||
assert((mValue != 0) || (mOffset != -100) );
|
||||
}
|
||||
|
||||
void STAmount::add(Serializer& s) const
|
||||
void STAmount::addData(Serializer& s) const
|
||||
{
|
||||
if (mIsNative)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user