Tweak tip number to be past QS

This commit is contained in:
Taylor Helsper 2020-08-06 18:13:30 -05:00
parent b19a944044
commit d8250a84d9

View File

@ -97,7 +97,7 @@ def update_bitcoin_main_info_thread():
bitcoin_block_height = get_bitcoin_block_height()
mynode_block_height = get_mynode_block_height()
remaining = bitcoin_block_height - mynode_block_height
if remaining == 0 and bitcoin_block_height > 600000:
if remaining == 0 and bitcoin_block_height > 630000:
if not os.path.isfile(BITCOIN_SYNCED_FILE):
open(BITCOIN_SYNCED_FILE, 'a').close() # touch file
elif remaining > 18: