store deserialized tx in/out in wallet file for fast computation
This commit is contained in:
@@ -107,7 +107,7 @@ class ElectrumGui:
|
||||
b = 0
|
||||
self.history = []
|
||||
|
||||
for item in self.wallet.get_tx_history():
|
||||
for item in self.wallet.get_history():
|
||||
tx_hash, conf, is_mine, value, fee, balance, timestamp = item
|
||||
if conf:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user