fix method name

This commit is contained in:
ThomasV 2017-03-28 19:16:03 +02:00
parent e7b136cc6b
commit e233ca33b4
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class SettingsDialog(Factory.Popup):
def callback(height, value):
if 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.open()