mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 00:28:36 +00:00
Fix decimal thing
This commit is contained in:
parent
ee8e58f909
commit
7b59d05935
@ -708,7 +708,7 @@ namespace cryptonote
|
||||
{
|
||||
switch (decimal_point)
|
||||
{
|
||||
case 12:
|
||||
case 11:
|
||||
case 9:
|
||||
case 6:
|
||||
case 3:
|
||||
@ -731,8 +731,8 @@ namespace cryptonote
|
||||
decimal_point = default_decimal_point;
|
||||
switch (std::atomic_load(&default_decimal_point))
|
||||
{
|
||||
case 12:
|
||||
return "monero";
|
||||
case 11:
|
||||
return "wownero";
|
||||
case 9:
|
||||
return "millinero";
|
||||
case 6:
|
||||
|
Loading…
x
Reference in New Issue
Block a user