Merge pull request #2439

17f032e fiat: fix invalid type, don't round conversion rate to whole number (xiphon)
pull/2/head
luigi1111 5 years ago
commit ea8f51d168
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -86,8 +86,8 @@ ApplicationWindow {
property bool themeTransition: false
// fiat price conversion
property int fiatPriceXMRUSD: 0
property int fiatPriceXMREUR: 0
property real fiatPriceXMRUSD: 0
property real fiatPriceXMREUR: 0
property var fiatPriceAPIs: {
return {
"kraken": {