diff --git a/src/Amount.cpp b/src/Amount.cpp index 5f4c79eef0..3095bace10 100644 --- a/src/Amount.cpp +++ b/src/Amount.cpp @@ -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();