Skip to content

Commit

Permalink
Update networks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovok committed Apr 3, 2014
1 parent 4495575 commit db697d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
VERSION_WARNING=lambda v: 'Upgrade Spaincoin to >=0.8.8.0!' if v < 80800 else None,
),

spaincoin=math.Object(
spaincoin=math.Object(
PARENT=networks.nets['spaincoin'],
SHARE_PERIOD=15, # seconds
CHAIN_LENGTH=24*60*60//10, # shares
Expand Down

0 comments on commit db697d3

Please sign in to comment.