mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix typo
This commit is contained in:
parent
702abf6581
commit
ef1120b80c
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ class Network(util.DaemonThread):
|
|||
next_height = None
|
||||
else:
|
||||
if interface.blockchain.height() > interface.good:
|
||||
self.blockchains[interface.bad] = interface.blockchain.fork(interface.bad)
|
||||
self.blockchains[interface.bad] = b = interface.blockchain.fork(interface.bad)
|
||||
interface.blockchain = b
|
||||
interface.print_error("new chain", b.filename)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue