From 89ff8f436d955abc9bc8c45dd4dbe1b70ddaf3ac Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Sun, 21 Jul 2013 12:28:46 -0400 Subject: [PATCH] updated SHARE_PERIOD to current value so everything outside of NewShare class uses the true value instead of the old one --- p2pool/networks.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/p2pool/networks.py b/p2pool/networks.py index 2a32e07..f800b53 100644 --- a/p2pool/networks.py +++ b/p2pool/networks.py @@ -10,7 +10,7 @@ from p2pool.util import math nets = dict( bitcoin=math.Object( PARENT=networks.nets['bitcoin'], - SHARE_PERIOD=10, # seconds + SHARE_PERIOD=30, # seconds NEW_SHARE_PERIOD=30, # seconds CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares -- 1.7.1