mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-13 14:09:50 +00:00
Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
commit
63cce2174f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class WalletVerifier(threading.Thread):
|
||||||
self.height = 0
|
self.height = 0
|
||||||
self.local_height = 0
|
self.local_height = 0
|
||||||
self.running = False
|
self.running = False
|
||||||
self.headers_url = 'http://images.ecdsa.org/blockchain_headers'
|
self.headers_url = 'http://headers.electrum.org/blockchain_headers'
|
||||||
|
|
||||||
def get_confirmations(self, tx):
|
def get_confirmations(self, tx):
|
||||||
""" return the number of confirmations of a monitored transaction. """
|
""" return the number of confirmations of a monitored transaction. """
|
||||||
|
|
Loading…
Add table
Reference in a new issue