mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix
This commit is contained in:
parent
d0ae36ee0e
commit
c41f0d51a8
1 changed files with 0 additions and 1 deletions
|
@ -359,7 +359,6 @@ class ElectrumWindow(QMainWindow):
|
|||
grid.addWidget(self.fee_e, 4, 1, 1, 2)
|
||||
|
||||
b = EnterButton("Send", self.do_send)
|
||||
b.clicked.connect( self.do_send )
|
||||
grid.addWidget(b, 5, 1)
|
||||
|
||||
b = EnterButton("Clear",self.do_clear)
|
||||
|
|
Loading…
Add table
Reference in a new issue