From 64aab43a42134db5ab9bfd4bcb67b3a860b22ce5 Mon Sep 17 00:00:00 2001 From: jwinterm Date: Fri, 30 Mar 2018 19:47:49 -0700 Subject: [PATCH] Fix decimal thing --- src/cryptonote_basic/cryptonote_format_utils.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cryptonote_basic/cryptonote_format_utils.cpp b/src/cryptonote_basic/cryptonote_format_utils.cpp index ae7c1c0ae..0b1e19e6a 100644 --- a/src/cryptonote_basic/cryptonote_format_utils.cpp +++ b/src/cryptonote_basic/cryptonote_format_utils.cpp @@ -671,7 +671,7 @@ namespace cryptonote { switch (decimal_point) { - case 12: + case 11: case 9: case 6: case 3: @@ -694,8 +694,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: