From: Forrest Voight Date: Fri, 28 Dec 2012 09:29:28 +0000 (-0500) Subject: allow changing last_txout_nonce when finalizing share X-Git-Tag: 10.0~4 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=fc1713c68e2576a14997e31bbf08568454ae76d7 allow changing last_txout_nonce when finalizing share --- diff --git a/p2pool/data.py b/p2pool/data.py index cb5f4b9..621f7c2 100644 --- a/p2pool/data.py +++ b/p2pool/data.py @@ -198,7 +198,7 @@ class Share(object): lock_time=0, ) - def get_share(header): + def get_share(header, last_txout_nonce=last_txout_nonce): min_header=dict(header);del min_header['merkle_root'] return cls(net, None, dict( min_header=min_header,