X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=p2pool%2Fdata.py;h=6df3e89303a6d3a366436bc8cf03e97fb63ae39c;hb=94b87f6c9c04c292bca9565961f83198438f0f76;hp=0ff5f0704577444492e0223e7da74b87daddceee;hpb=354ec22a175fe03cd3cd3487426bb1df338d6b5c;p=p2pool.git diff --git a/p2pool/data.py b/p2pool/data.py index 0ff5f07..6df3e89 100644 --- a/p2pool/data.py +++ b/p2pool/data.py @@ -355,8 +355,7 @@ class NewShare(object): other_txs = self._get_other_txs(tracker, known_txs) if other_txs is None: - if self.time_seen != 0: # ignore if loaded from ShareStore - return True, 'not all txs present' + pass else: all_txs_size = sum(bitcoin_data.tx_type.packed_size(tx) for tx in other_txs) if all_txs_size > 1000000: