aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/views/transaction.qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-14 18:02:08 +0800
committerobscuren <geffobscura@gmail.com>2014-09-14 18:02:08 +0800
commitddefa11695f9fabaaa0a5f76fe754571829df6ec (patch)
tree36f573cb4b48c79141202b6183b884a3e59a76b0 /ethereal/assets/qml/views/transaction.qml
parent91ca5d724e1c65a7d9725b65ea0f003161301f63 (diff)
downloadgo-tangerine-ddefa11695f9fabaaa0a5f76fe754571829df6ec.tar
go-tangerine-ddefa11695f9fabaaa0a5f76fe754571829df6ec.tar.gz
go-tangerine-ddefa11695f9fabaaa0a5f76fe754571829df6ec.tar.bz2
go-tangerine-ddefa11695f9fabaaa0a5f76fe754571829df6ec.tar.lz
go-tangerine-ddefa11695f9fabaaa0a5f76fe754571829df6ec.tar.xz
go-tangerine-ddefa11695f9fabaaa0a5f76fe754571829df6ec.tar.zst
go-tangerine-ddefa11695f9fabaaa0a5f76fe754571829df6ec.zip
Minor updates to the new filter
Diffstat (limited to 'ethereal/assets/qml/views/transaction.qml')
-rw-r--r--ethereal/assets/qml/views/transaction.qml2
1 files changed, 2 insertions, 0 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)
}
}
}