Skip to content

Commit

Permalink
Update amount.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZatopekE committed Nov 22, 2017
1 parent f08bc7d commit 217e830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/amount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ std::string CFeeRate::ToString() const
{
return strprintf("%d.%08d FST/kB", nSatoshisPerK / COIN, nSatoshisPerK % COIN);
}

0 comments on commit 217e830

Please sign in to comment.