plot: remove unused label from loop
This commit is contained in:
@@ -65,12 +65,6 @@ class Plugin(BasePlugin):
|
|||||||
pending_trans += 1
|
pending_trans += 1
|
||||||
|
|
||||||
value_val.append(1000.*value/COIN)
|
value_val.append(1000.*value/COIN)
|
||||||
if tx_hash:
|
|
||||||
label = wallet.get_label(tx_hash)
|
|
||||||
label = label.encode('utf-8')
|
|
||||||
else:
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
|
|
||||||
f, axarr = plt.subplots(2, sharex=True)
|
f, axarr = plt.subplots(2, sharex=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user