Transfer: don't create offline tx before wallet is synced

This commit is contained in:
selsta 2022-06-26 21:59:26 +02:00
parent 96cca79b70
commit a10d41642a
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -957,7 +957,7 @@ Rectangle {
visible: persistentSettings.transferShowAdvanced && appWindow.walletMode >= 2
title: qsTr("Offline transaction signing") + translationManager.emptyString
button1.text: qsTr("Create") + translationManager.emptyString
button1.enabled: appWindow.viewOnly && pageRoot.checkInformation()
button1.enabled: appWindow.viewOnly && pageRoot.checkInformation() && appWindow.daemonSynced
button1.onClicked: {
console.log("Transfer: saveTx Clicked")
var priority = priorityModelV5.get(priorityDropdown.currentIndex).priority