Skip to content

Commit

Permalink
Add timestamp offset for block header
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoManiac committed Feb 10, 2014
1 parent ed2c5da commit 6da08c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/work.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def get_work(self, pubkey_hash, desired_share_target, desired_pseudoshare_target
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,
)
Expand Down

0 comments on commit 6da08c4

Please sign in to comment.