X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=p2pool%2Fwork.py;h=541234f70420ef7e8308799df9ad792f2d2c7683;hb=6da08c4e4a69cfd1fe9d55d2e019d878f26092a1;hp=ee7d7bda440252b31f165a1360fb47d2ad4dabd1;hpb=f732111a6e08d7d0649c330d1c703535a8ea80b5;p=p2pool.git diff --git a/p2pool/work.py b/p2pool/work.py index ee7d7bd..541234f 100644 --- a/p2pool/work.py +++ b/p2pool/work.py @@ -330,7 +330,7 @@ class WorkerBridge(worker_interface.WorkerBridge): merkle_link=merkle_link, coinb1=packed_gentx[:-self.COINBASE_NONCE_LENGTH-4], coinb2=packed_gentx[-4:], - timestamp=self.current_work.value['time'], + timestamp=self.current_work.value['time'] + 100, bits=self.current_work.value['bits'], share_target=target, )