aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/views/history.qml
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/assets/qml/views/history.qml')
-rw-r--r--ethereal/assets/qml/views/history.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/views/history.qml b/ethereal/assets/qml/views/history.qml
index f50ae8004..a73b7367d 100644
--- a/ethereal/assets/qml/views/history.qml
+++ b/ethereal/assets/qml/views/history.qml
@@ -29,7 +29,7 @@ Rectangle {
model: txModel
}
- function addTx(type, tx, inout) {
+ function addTx(tx, inout) {
var isContract
if (tx.contract == true){
isContract = "Yes"