aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Transfer.qml11
1 files changed, 3 insertions, 8 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml
index 6dbe21f4..7ca97750 100644
--- a/pages/Transfer.qml
+++ b/pages/Transfer.qml
@@ -686,14 +686,9 @@ Rectangle {
}
function updatePriorityDropdown() {
- // Use new fee multipliers after v5 fork
- if (typeof currentWallet != "undefined" && currentWallet.useForkRules(5)) {
- priorityDropdown.dataModel = priorityModelV5;
- priorityDropdown.currentIndex = 1
- } else {
- priorityDropdown.dataModel = priorityModel;
- priorityDropdown.currentIndex = 0
- }
+ priorityDropdown.dataModel = priorityModelV5;
+ priorityDropdown.currentIndex = 1
+ priorityDropdown.update()
}
//TODO: Add daemon sync status