mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
fix
This commit is contained in:
commit
de46bcd515
1 changed files with 4 additions and 0 deletions
|
@ -58,3 +58,7 @@ class AmountEdit(QLineEdit):
|
|||
s = s[:p] + '.' + s[p:p+8]
|
||||
self.setText(s)
|
||||
self.setCursorPosition(pos)
|
||||
|
||||
|
||||
def setAmount(self, amount):
|
||||
self.setText(self.format_amount(self.wallet.fee).strip())
|
||||
|
|
Loading…
Add table
Reference in a new issue