created amount_input_changed() docstring

This commit is contained in:
Jimbo77 2012-08-22 18:22:56 -07:00
parent f2277adf10
commit f8c68fc51e
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ class MiniWindow(QDialog):
self.setWindowTitle("Electrum - %s BTC" % btc_balance)
def amount_input_changed(self, amount_text):
"""Update the number of bitcoins displayed."""
self.check_button_status()
try: