1
0

allow to save unbroadcasted transactions in wallet

This commit is contained in:
ThomasV
2018-01-18 11:56:21 +01:00
parent 6f843a7bb6
commit e6dd3e6ad8
4 changed files with 46 additions and 32 deletions

View File

@@ -88,7 +88,7 @@ class Synchronizer(ThreadJob):
if not params:
return
addr = params[0]
history = self.wallet.get_address_history(addr)
history = self.wallet.history.get(addr, [])
if self.get_status(history) != result:
if self.requested_histories.get(addr) is None:
self.requested_histories[addr] = result