forked from LBRYCommunity/lbry-sdk
lbryum catchup
This commit is contained in:
parent
e63ae08638
commit
55f47a2b1b
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ class LBRYumWallet(LBRYWallet):
|
|||
blockchain_caught_d = defer.Deferred()
|
||||
|
||||
def check_caught_up():
|
||||
local_height = self.network.get_local_height()
|
||||
local_height = self.network.get_catchup_progress()
|
||||
remote_height = self.network.get_server_height()
|
||||
|
||||
if remote_height != 0 and remote_height - local_height <= 5:
|
||||
|
|
Loading…
Reference in a new issue