Skip to content

Commit 6873cfb

Browse files
author
Micha
committed
Update linearize.py defaults to block 279,000
1 parent e7906d1 commit 6873cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/linearize/example-linearize.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ port=8332
77

88
# bootstrap.dat settings
99
netmagic=f9beb4d9
10-
max_height=250000
10+
max_height=279000
1111
output=bootstrap.dat
1212

contrib/linearize/linearize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_blocks(settings):
117117
if 'min_height' not in settings:
118118
settings['min_height'] = 0
119119
if 'max_height' not in settings:
120-
settings['max_height'] = 250000
120+
settings['max_height'] = 279000
121121
if 'rpcuser' not in settings or 'rpcpass' not in settings:
122122
print "Missing username and/or password in cfg file"
123123
sys.exit(1)

0 commit comments

Comments
 (0)