mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
fiat: fix invalid type, don't round conversion rate to whole number
This commit is contained in:
parent
7f7a39292c
commit
17f032ea11
1 changed files with 2 additions and 2 deletions
4
main.qml
4
main.qml
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue