Fix decimal thing

release-v0.2.2.0 v0.1.0.0
jwinterm 6 years ago
parent 7f2d79ad44
commit 64aab43a42

@ -671,7 +671,7 @@ namespace cryptonote
{ {
switch (decimal_point) switch (decimal_point)
{ {
case 12: case 11:
case 9: case 9:
case 6: case 6:
case 3: case 3:
@ -694,8 +694,8 @@ namespace cryptonote
decimal_point = default_decimal_point; decimal_point = default_decimal_point;
switch (std::atomic_load(&default_decimal_point)) switch (std::atomic_load(&default_decimal_point))
{ {
case 12: case 11:
return "monero"; return "wownero";
case 9: case 9:
return "millinero"; return "millinero";
case 6: case 6:

Loading…
Cancel
Save