mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Update linearize.py defaults to block 279,000
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user