From 2ad0ec3d40c25b0625057a2c5dcb0f884b01c9da Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 18 May 2012 21:19:19 -0700 Subject: [PATCH] Tiny comment change. --- src/Amount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();