From 6d1c33cbf8e5a5cdbf1c2f6cb491c58e359bff59 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 30 Nov 2016 11:30:30 +0100 Subject: [PATCH] minor fix: plot plugin --- plugins/plot/qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plot/qt.py b/plugins/plot/qt.py index a455a4a2..24126997 100644 --- a/plugins/plot/qt.py +++ b/plugins/plot/qt.py @@ -48,7 +48,7 @@ class Plugin(BasePlugin): counter_trans = 0 balance = 0 for item in history: - tx_hash, confirmations, value, timestamp, balance = item + tx_hash, height, confirmations, timestamp, value, balance = item if confirmations: if timestamp is not None: try: