1
0

Display suggestions when restoring from seed #1116

This commit is contained in:
Lastrellik
2018-03-05 13:36:19 -07:00
committed by Jason Bruderer
parent 2bde686752
commit b3d7348020
4 changed files with 146 additions and 75 deletions

View File

@@ -1043,7 +1043,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
completer = QCompleter()
completer.setCaseSensitivity(False)
self.payto_e.setCompleter(completer)
self.payto_e.set_completer(completer)
completer.setModel(self.completions)
msg = _('Description of the transaction (not mandatory).') + '\n\n'\