X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=blobdiff_plain;f=p2pool%2Fdata.py;h=6df3e89303a6d3a366436bc8cf03e97fb63ae39c;hp=0ff5f0704577444492e0223e7da74b87daddceee;hb=94b87f6c9c04c292bca9565961f83198438f0f76;hpb=f3a0e8dfcd872716123771db7900cdcd963b91ce 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: