mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Typo
This commit is contained in:
@@ -436,7 +436,7 @@ void STAmount::canonicalize ()
|
||||
++mOffset;
|
||||
}
|
||||
|
||||
if ((mOffset < cMinOffset) || (mValue < vMinValue))
|
||||
if ((mOffset < cMinOffset) || (mValue < cMinValue))
|
||||
{
|
||||
mValue = 0;
|
||||
mOffset = 0;
|
||||
|
||||
Reference in New Issue
Block a user