1
0

Add RBF option to the kivy GUI

This commit is contained in:
ThomasV
2016-06-10 05:49:22 +02:00
parent 536a9aecde
commit b8cd7eb8bd
2 changed files with 26 additions and 1 deletions

View File

@@ -276,6 +276,8 @@ class SendScreen(CScreen):
traceback.print_exc(file=sys.stdout)
self.app.show_error(str(e))
return
if self.app.electrum_config.get('use_rbf'):
tx.set_sequence(0)
fee = tx.get_fee()
msg = [
_("Amount to be sent") + ": " + self.app.format_amount_and_units(amount),