1
0

qml: fix normal submarine swap max amount calculation, add error reporting to swap initiation

This commit is contained in:
Sander van Grieken
2022-11-18 13:40:20 +01:00
parent 5352de6a04
commit 6e3bd69e80
2 changed files with 28 additions and 9 deletions

View File

@@ -167,7 +167,7 @@ ElDialog {
id: swaphelper
wallet: Daemon.currentWallet
onError: {
var dialog = app.messageDialog.createObject(root, {'text': message})
var dialog = app.messageDialog.createObject(app, {'text': message})
dialog.open()
}
onConfirm: {