comments and readme update
[novacoin.git] / src / qt / bitcoinamountfield.cpp
index ea38cc8..f1edc62 100644 (file)
@@ -161,6 +161,7 @@ void BitcoinAmountField::unitChanged(int idx)
 
     if(valid)
     {
+        // If value was valid, re-place it in the widget with the new unit
         setValue(currentValue);
     }
     else