Do not use comma as thousands separator
authorGavin Andresen <gavinandresen@gmail.com>
Mon, 4 Jul 2011 13:41:58 +0000 (09:41 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Mon, 4 Jul 2011 13:41:58 +0000 (09:41 -0400)
commit59f9c8e8c9a1baf181789053fa4ca254f83416b0
tree17d90561d297a2ffa9d2f3cc7ada62d184c61f03
parentd547a4433217061ef4791cfb4cdbab8cd8606074
Do not use comma as thousands separator
Using the comma as thousands separator causes problems for parts of the world
where comma == decimal point.  Germans sending 0,001 bitcoins are unpleasantly
surprised when that results in 1 BTC getting sent.
src/util.cpp