Skip to content

Commit

Permalink
Add LTC and BCH to list of default currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Nov 8, 2017
1 parent 06b5047 commit 67db6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rapflag/config.rb
Expand Up @@ -26,7 +26,7 @@ module RAPFLAG

Config= YAML.load_file(config_file)
end
Config['currencies'] ||= ['BTC', 'BFX', 'XMR', 'ZEC', 'XRP', 'ETH']
Config['currencies'] ||= ['BTC', 'BFX', 'XMR', 'ZEC', 'XRP', 'ETH', 'LTC' 'BCH']
Config['currencies'] << 'USD' unless Config['currencies'].index('USD')
Config['currencies'].sort!
end

0 comments on commit 67db6ab

Please sign in to comment.