From 92c45ac29a5204ff3e72df592a6f9088a502d88f Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 4 Apr 2018 01:22:49 +0200 Subject: [PATCH] fix prev: txns might be added in any order --- lib/wallet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/wallet.py b/lib/wallet.py index 7f3e2fdbf..9c4cda55f 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -900,6 +900,7 @@ class Abstract_Wallet(PrintError): if dd.get(addr) is None: dd[addr] = [] dd[addr].append((ser, v)) + self._add_tx_to_local_history(next_tx) # add to local history self._add_tx_to_local_history(tx_hash) # save