Update linearize.py defaults to block 279,000

This commit is contained in:
Micha 2014-01-17 14:29:41 +02:00
parent e7906d18cf
commit 6873cfb6c0
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ port=8332
# bootstrap.dat settings
netmagic=f9beb4d9
max_height=250000
max_height=279000
output=bootstrap.dat

View File

@ -117,7 +117,7 @@ if __name__ == '__main__':
if 'min_height' not in settings:
settings['min_height'] = 0
if 'max_height' not in settings:
settings['max_height'] = 250000
settings['max_height'] = 279000
if 'rpcuser' not in settings or 'rpcpass' not in settings:
print "Missing username and/or password in cfg file"
sys.exit(1)