diff --git a/mix/qml/TransactionLog.qml b/mix/qml/TransactionLog.qml index 2821e235c..8e25b0812 100644 --- a/mix/qml/TransactionLog.qml +++ b/mix/qml/TransactionLog.qml @@ -38,6 +38,12 @@ Item { if (codeModel.hasContract && !clientModel.running) projectModel.stateListModel.debugDefaultState(); } + onProjectClosed: + { + fullModel.clear(); + transactionModel.clear(); + callModel.clear(); + } } ComboBox {