mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix method name
This commit is contained in:
parent
e7b136cc6b
commit
e233ca33b4
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class SettingsDialog(Factory.Popup):
|
||||||
def callback(height, value):
|
def callback(height, value):
|
||||||
if value:
|
if value:
|
||||||
self.app.network.blockchain.set_checkpoint(height, value)
|
self.app.network.blockchain.set_checkpoint(height, value)
|
||||||
item.status = self.checkpoint_status()
|
item.status = self.blockchain_status()
|
||||||
self._blockchain_dialog = CheckpointDialog(self.app.network, callback)
|
self._blockchain_dialog = CheckpointDialog(self.app.network, callback)
|
||||||
self._blockchain_dialog.open()
|
self._blockchain_dialog.open()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue