1
0

qt tx dialog: rm dead code

This commit is contained in:
SomberNight
2023-04-20 00:15:27 +00:00
parent 42ec0e4e9d
commit a2063f8f48

View File

@@ -936,15 +936,6 @@ class TxDialog(QDialog, MessageBoxMixin):
txid = self.tx.txid() or "<no txid yet>"
self.setWindowTitle(_("Transaction") + ' ' + txid)
def can_finalize(self) -> bool:
return False
def on_finalize(self):
pass # overridden in subclass
def update_fee_fields(self):
pass # overridden in subclass
def maybe_fetch_txin_data(self):
"""Download missing input data from the network, asynchronously.
Note: we fetch the prev txs, which allows calculating the fee and showing "input addresses".