From: Forrest Voight Date: Mon, 30 Jan 2012 17:35:54 +0000 (-0500) Subject: fixed stale_info documentation in p2pool.data X-Git-Tag: 0.8.3~34 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=222e6d870b694df8b085ddfc0798fb87e32a4753;p=p2pool.git fixed stale_info documentation in p2pool.data --- diff --git a/p2pool/data.py b/p2pool/data.py index ca67ff5..5fdfa5f 100644 --- a/p2pool/data.py +++ b/p2pool/data.py @@ -19,7 +19,7 @@ share_data_type = pack.ComposedType([ ('new_script', pack.VarStrType()), ('subsidy', pack.IntType(64)), ('donation', pack.IntType(16)), - ('stale_info', pack.IntType(8)), # 0 nothing, 253 orphan, 254 doa. previously: 254*perfect_round(my_stale_prop), None if no shares + ('stale_info', pack.IntType(8)), # 0 nothing, 253 orphan, 254 doa. previously: perfect_round(254*my_stale_prop), 255 if no shares ]) share_info_type = pack.ComposedType([