1
0

kivy: handle 'verified' event

This commit is contained in:
ThomasV
2016-06-08 12:55:42 +02:00
parent 7f7aa97e2e
commit 5af7139598
4 changed files with 18 additions and 46 deletions

View File

@@ -643,7 +643,9 @@ class Abstract_Wallet(PrintError):
else:
amount = None
return tx_hash, status, label, can_broadcast, amount, fee, height, conf, timestamp, exp_n
can_rbf = is_mine and height <=0 and not tx.is_final()
return tx_hash, status, label, can_broadcast, can_rbf, amount, fee, height, conf, timestamp, exp_n
def get_addr_io(self, address):