1
0

slightly better notifications. at least, it fixes #652

This commit is contained in:
ThomasV
2014-04-17 17:38:21 +02:00
parent 696766c370
commit 80a988e337
5 changed files with 9 additions and 8 deletions

View File

@@ -1103,7 +1103,7 @@ class NewWallet:
print_error("received transaction that is no longer referenced in history", tx_hash)
return
self.transactions[tx_hash] = tx
self.network.interface.pending_transactions_for_notifications.append(tx)
self.network.pending_transactions_for_notifications.append(tx)
self.save_transactions()
if self.verifier and tx_height>0:
self.verifier.add(tx_hash, tx_height)