mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Merge pull request #2439
17f032e
fiat: fix invalid type, don't round conversion rate to whole number (xiphon)
This commit is contained in:
commit
ea8f51d168
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