mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
created amount_input_changed() docstring
This commit is contained in:
parent
f2277adf10
commit
f8c68fc51e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue