diff --git a/server/block_processor.py b/server/block_processor.py index aac800e..288f558 100644 --- a/server/block_processor.py +++ b/server/block_processor.py @@ -181,7 +181,7 @@ class MemPool(LoggedClass): ''' hex_hashes = set(hex_hashes) touched = set() - missing_utxos = 0 + missing_utxos = [] initial = self.count < 0 if initial: @@ -235,6 +235,7 @@ class MemPool(LoggedClass): if entry == NO_CACHE_ENTRY: # This happens when the daemon is a block ahead of us # and has mempool txs spending new txs in that block + missing_utxos.append(txin) raise MissingUTXOError value, = struct.unpack('