Skip to content

Commit

Permalink
Backend/FiatValueEstimation: add comment for SAI
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Feb 5, 2023
1 parent 775267d commit e3999e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GWallet.Backend/FiatValueEstimation.fs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ module FiatValueEstimation =
match currency,provider with
| Currency.BTC,_ -> "bitcoin"
| Currency.LTC,_ -> "litecoin"

// NOTE: don't worry, a second calculation will be performed for SAI, see https://github.com/nblockchain/geewallet/commit/bb7f59271b21d1ab278e4d4dcd9e12a3bdd49ba9
| Currency.ETH,_ | Currency.SAI,_ -> "ethereum"

| Currency.ETC,_ -> "ethereum-classic"
| Currency.DAI,PriceProvider.CoinCap -> "multi-collateral-dai"
| Currency.DAI,_ -> "dai"
Expand Down

0 comments on commit e3999e4

Please sign in to comment.