mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tiny comment change.
This commit is contained in:
@@ -230,7 +230,7 @@ STAmount& STAmount::operator=(const STAmount& a)
|
||||
}
|
||||
|
||||
STAmount& STAmount::operator=(uint64 v)
|
||||
{ // does not copy name
|
||||
{ // does not copy name, does not change currency type
|
||||
mOffset = 0;
|
||||
mValue = v;
|
||||
if (!mIsNative) canonicalize();
|
||||
|
||||
Reference in New Issue
Block a user