1
0

kivy: minor fixes

This commit is contained in:
ThomasV
2016-02-18 18:52:49 +01:00
parent 43b78ab0e1
commit b68e3608c9
4 changed files with 14 additions and 10 deletions

View File

@@ -154,9 +154,7 @@ class TxDialog(Factory.Popup):
self.update()
def do_broadcast(self):
self.app.show_info(_('Broadcasting'))
ok, txid = self.app.wallet.sendtx(self.tx)
self.app.show_info(txid)
self.app.broadcast(self.tx)
def show_qr(self):
from electrum.bitcoin import base_encode