This commit is contained in:
ThomasV 2012-02-14 22:24:16 +01:00
parent d0ae36ee0e
commit c41f0d51a8

View file

@ -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)