Add ability to specify fiat amount when sending bitcoin.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user