1
0

tx dialog: fix confirmation time estimate

This commit is contained in:
ThomasV
2016-06-08 11:22:58 +02:00
parent b94a7920af
commit 7f7aa97e2e
3 changed files with 16 additions and 12 deletions

View File

@@ -643,7 +643,7 @@ class Abstract_Wallet(PrintError):
else:
amount = None
return tx_hash, status, label, can_broadcast, amount, fee, height, conf, timestamp
return tx_hash, status, label, can_broadcast, amount, fee, height, conf, timestamp, exp_n
def get_addr_io(self, address):