mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +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)
|
self.setWindowTitle("Electrum - %s BTC" % btc_balance)
|
||||||
|
|
||||||
def amount_input_changed(self, amount_text):
|
def amount_input_changed(self, amount_text):
|
||||||
|
"""Update the number of bitcoins displayed."""
|
||||||
self.check_button_status()
|
self.check_button_status()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue