Tiny comment change.

This commit is contained in:
JoelKatz
2012-05-18 21:19:19 -07:00
parent 34e933cad8
commit 2ad0ec3d40

View File

@@ -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();