1
0

if possible, batch new transaction with existing rbf transaction

This commit is contained in:
ThomasV
2018-11-09 16:33:29 +01:00
parent bd32b88f62
commit 2b8d801b36
5 changed files with 55 additions and 29 deletions

View File

@@ -87,7 +87,7 @@ class TxDialog(QDialog, MessageBoxMixin):
# if the wallet can populate the inputs with more info, do it now.
# as a result, e.g. we might learn an imported address tx is segwit,
# in which case it's ok to display txid
self.wallet.add_input_info_to_all_inputs(tx)
tx.add_inputs_info(self.wallet)
self.setMinimumWidth(950)
self.setWindowTitle(_("Transaction"))