X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=p2pool%2Fwork.py;fp=p2pool%2Fwork.py;h=8beb8d2238826a64dde7084c7d9a426faa96a8a9;hb=fd76c9f8523c8a3fa5f1a7fc782cbaacafa7db4f;hp=0b3227e68bf0b0d4312b793382bf2db862b1fc97;hpb=108523d8f6227535e1aa1152cd5d5319c0a01cf1;p=p2pool.git diff --git a/p2pool/work.py b/p2pool/work.py index 0b3227e..8beb8d2 100644 --- a/p2pool/work.py +++ b/p2pool/work.py @@ -232,7 +232,7 @@ class WorkerBridge(worker_interface.WorkerBridge): 'doa' if doas > doas_recorded_in_chain else None )(*self.get_stale_counts()), - desired_version=13, + desired_version=14, ), block_target=self.current_work.value['bits'].target, desired_timestamp=desired_timestamp if txn_timestamp < desired_timestamp else txn_timestamp + 1, @@ -274,7 +274,7 @@ class WorkerBridge(worker_interface.WorkerBridge): ) ba = dict( - version=min(self.current_work.value['version'], 2), + version=min(self.current_work.value['version'], 3), previous_block=self.current_work.value['previous_block'], merkle_link=merkle_link, coinb1=packed_gentx[:-4-4],