From 222e6d870b694df8b085ddfc0798fb87e32a4753 Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Mon, 30 Jan 2012 12:35:54 -0500 Subject: [PATCH] fixed stale_info documentation in p2pool.data --- p2pool/data.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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([ -- 1.7.1