change share time offset
authoralexhz <balthazar@yandex.ru>
Mon, 18 Mar 2013 18:43:55 +0000 (18:43 +0000)
committeralexhz <balthazar@yandex.ru>
Mon, 18 Mar 2013 18:43:55 +0000 (18:43 +0000)
p2pool/work.py

index 7907bee..0679aae 100644 (file)
@@ -97,7 +97,7 @@ class WorkerBridge(worker_interface.WorkerBridge):
                     bits=self.node.pow_bits, # not always true
                     coinbaseflags='',
                     height=t['height'] + 1,
-                    time=t['time'] + 300, # better way?
+                    time=t['time'] + 30, # better way?
                     transactions=[],
                     transaction_fees=[],
                     merkle_link=bitcoin_data.calculate_merkle_link([None], 0),