X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=p2pool%2Fwork.py;fp=p2pool%2Fwork.py;h=5095e4cad3429484c38594f05ce3742f644fafe5;hb=1a245df8182e6ef55c02e58f15f1dd5f6ac4b9d6;hp=d61045f0961df2b09c98daef9609440bbf7032fb;hpb=26e6e3712f2b58c509b095fd717cacef3bb7fbc9;p=p2pool.git diff --git a/p2pool/work.py b/p2pool/work.py index d61045f..5095e4c 100644 --- a/p2pool/work.py +++ b/p2pool/work.py @@ -97,7 +97,7 @@ class WorkerBridge(worker_interface.WorkerBridge): bits=self.node.pow_bits, # not always true coinbaseflags='', height=t['height'] + 1, - time=bb['timestamp'] + 600, # better way? + time=t['time'] + 5, # better way? transactions=[], transaction_fees=[], merkle_link=bitcoin_data.calculate_merkle_link([None], 0),