1
0

fix balance display in flatfly's bug. restore the wallet.update() method

This commit is contained in:
thomasv
2012-11-22 13:10:01 +01:00
parent a2af4cd5b1
commit 537d02977c
3 changed files with 49 additions and 29 deletions

View File

@@ -969,11 +969,7 @@ class ElectrumGui:
droid.dialogCreateSpinnerProgress("Electrum", msg)
droid.dialogShow()
wallet.up_to_date_event.clear()
wallet.up_to_date = False
wallet.interface.poke('synchronizer')
while not wallet.up_to_date:
time.sleep(0.1)
wallet.update()
droid.dialogDismiss()
droid.vibrate()