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

Commit

Permalink
fix(wallet): phots to ltc conversion
Browse files Browse the repository at this point in the history
Fix #1345
  • Loading branch information
mrfelton committed Jan 15, 2019
1 parent b1ea05e commit 71320c9
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 71320c9

Please sign in to comment.