Skip to content

Commit

Permalink
Update application_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade authored Jun 23, 2016
1 parent 7d0a555 commit 3eda70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ApplicationHelper
def btc_human(satoshies, separator=' ')
"%.8f#{separator}Ƀ" % (1.0*satoshies.to_i/1e8)
"%.8f#{separator}Ħ" % (1.0*satoshies.to_i/1e8)
end

def percent_human(x)
Expand Down

0 comments on commit 3eda70c

Please sign in to comment.