mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
Merge branch 'master' of git://gitorious.org/electrum/electrum
This commit is contained in:
commit
80a6706343
1 changed files with 6 additions and 1 deletions
|
@ -749,9 +749,14 @@ if __name__ == '__main__':
|
|||
store.catch_up()
|
||||
memorypool_update(store)
|
||||
block_number = store.get_block_number(1)
|
||||
dblock.release()
|
||||
except IOError:
|
||||
print "IOError: cannot reach bitcoind"
|
||||
block_number = -1
|
||||
except:
|
||||
traceback.print_exc(file=sys.stdout)
|
||||
block_number = -1
|
||||
finally:
|
||||
dblock.release()
|
||||
time.sleep(10)
|
||||
|
||||
print "server stopped"
|
||||
|
|
Loading…
Add table
Reference in a new issue