aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/views/transaction.qml
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mist/assets/qml/views/transaction.qml')
-rw-r--r--cmd/mist/assets/qml/views/transaction.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mist/assets/qml/views/transaction.qml b/cmd/mist/assets/qml/views/transaction.qml
index 62c762956..df798a9c0 100644
--- a/cmd/mist/assets/qml/views/transaction.qml
+++ b/cmd/mist/assets/qml/views/transaction.qml
@@ -103,7 +103,7 @@ Rectangle {
ComboBox {
id: valueDenom
- currentIndex: 6
+ currentIndex: 5
model: denomModel
}
}
@@ -177,7 +177,7 @@ Rectangle {
mainContractColumn.state = "ERROR"
} else {
txResult.text = "Your transaction has been submitted:\n"
- txOutput.text = res[0].address
+ txOutput.text = res.toString()
mainContractColumn.state = "DONE"
console.log(res)