1
0

Add ability to specify fiat amount when sending bitcoin.

This commit is contained in:
Darrin Daigle
2014-03-22 23:04:06 -05:00
parent 15e2dcd8b5
commit 669d8041e4
2 changed files with 63 additions and 0 deletions

View File

@@ -724,6 +724,7 @@ class ElectrumWindow(QMainWindow):
+ _('The amount of fee can be decided freely by the sender. However, transactions with low fees take more time to be processed.') + '\n\n'\
+ _('A suggested fee is automatically added to this field. You may override it. The suggested fee increases with the size of the transaction.')), 5, 3)
run_hook('exchange_rate_button', grid)
self.send_button = EnterButton(_("Send"), self.do_send)
grid.addWidget(self.send_button, 6, 1)