Skip to content

Commit

Permalink
Name and unit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StelliteCoin committed Feb 2, 2018
1 parent e9a0d16 commit 36e7eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cryptonote_basic/cryptonote_format_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,9 @@ namespace cryptonote
switch (std::atomic_load(&default_decimal_point))
{
case 2:
return "electroneum";
return "stellite";
case 0:
return "ecent";
return "scent";
default:
ASSERT_MES_AND_THROW("Invalid decimal point specification: " << default_decimal_point);
}
Expand Down

0 comments on commit 36e7eab

Please sign in to comment.