Fix decimal thing

This commit is contained in:
jwinterm 2018-03-30 19:47:49 -07:00 committed by wowario
parent ee8e58f909
commit 7b59d05935
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 3 additions and 3 deletions

View File

@ -708,7 +708,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:
@ -731,8 +731,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: