mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 07:47:26 -04:00
fiat: fix invalid type, don't round conversion rate to whole number
This commit is contained in:
4
main.qml
4
main.qml
@@ -86,8 +86,8 @@ ApplicationWindow {
|
|||||||
property bool themeTransition: false
|
property bool themeTransition: false
|
||||||
|
|
||||||
// fiat price conversion
|
// fiat price conversion
|
||||||
property int fiatPriceXMRUSD: 0
|
property real fiatPriceXMRUSD: 0
|
||||||
property int fiatPriceXMREUR: 0
|
property real fiatPriceXMREUR: 0
|
||||||
property var fiatPriceAPIs: {
|
property var fiatPriceAPIs: {
|
||||||
return {
|
return {
|
||||||
"kraken": {
|
"kraken": {
|
||||||
|
|||||||
Reference in New Issue
Block a user