# Gavin Andresen # 2011-02-23 21:37:03 # https://bitcointalk.org/index.php?topic=3786.msg53770#msg53770 @s{(link)} @p{par} This modifies FormatMoney to display full-precision values (with trailing zeroes trimmed correctly@p{--} e.g. 0 is 0.00 but 0.00010000 displays as 0.0001). @p{par} And ParseMoney allows entry of full-precision values. @p{par} And JSON's AmountFromValue doesn't round to two places, so you can send/move full-precision values. @p{par} I haven't tested this with the GUI bitcoin yet, it will probably require UI layout tweaks. @p{brk}