Skip to content

Commit

Permalink
Text change
Browse files Browse the repository at this point in the history
  • Loading branch information
willowrose committed Oct 19, 2016
1 parent d587d19 commit e7d45c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CAmount CFeeRate::GetFee(size_t nSize) const

std::string CFeeRate::ToString() const
{
return strprintf("%d.%08d ZET/kB", nSatoshisPerK / COIN, nSatoshisPerK % COIN);
return strprintf("%d.%08d Q2C/kB", nSatoshisPerK / COIN, nSatoshisPerK % COIN);
}

0 comments on commit e7d45c7

Please sign in to comment.