diff options
Diffstat (limited to 'ethereal/assets/qml')
-rw-r--r-- | ethereal/assets/qml/views/transaction.qml | 2 | ||||
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ethereal/assets/qml/views/transaction.qml b/ethereal/assets/qml/views/transaction.qml index fb8ba8a6d..7d689733f 100644 --- a/ethereal/assets/qml/views/transaction.qml +++ b/ethereal/assets/qml/views/transaction.qml @@ -180,6 +180,8 @@ Rectangle { txResult.text = "Your transaction has been submitted:\n" txOutput.text = res[0].address mainContractColumn.state = "DONE" + + console.log(res) } } } diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index bd4eeba1a..4d8561491 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -76,7 +76,7 @@ ApplicationWindow { return views.view } catch(e) { - eth.note(e) + ethx.note(e) } } |