X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=p2pool%2Fdata.py;h=cb5f4b96524903a3284c7696ced1ec0d0b7d2dc7;hb=3a89fe76ff87380ea36b091947cb354027d223f4;hp=05f35faebd3d6f8216f2512b0335cb7c2386fae9;hpb=9f125deeb06272e364a6da3717c230f45928b7cc;p=p2pool.git diff --git a/p2pool/data.py b/p2pool/data.py index 05f35fa..cb5f4b9 100644 --- a/p2pool/data.py +++ b/p2pool/data.py @@ -198,7 +198,7 @@ class Share(object): lock_time=0, ) - def get_share(header, transactions): + def get_share(header): min_header=dict(header);del min_header['merkle_root'] return cls(net, None, dict( min_header=min_header,