Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1347 from mrfelton/fix/phots-to-ltc
Browse files Browse the repository at this point in the history
fix(wallet): phots to ltc conversion
  • Loading branch information
mrfelton authored Jan 15, 2019
2 parents fb9f57f + 71320c9 commit 9126e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/utils/btc.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export function convert(from, to, amount, price) {
case 'phots':
switch (to) {
case 'btc':
case 'ltc':
return bitsToBtc(amount)
case 'sats':
case 'lits':
Expand Down

0 comments on commit 9126e5a

Please sign in to comment.