qt tx dialog: rm dead code
This commit is contained in:
@@ -936,15 +936,6 @@ class TxDialog(QDialog, MessageBoxMixin):
|
|||||||
txid = self.tx.txid() or "<no txid yet>"
|
txid = self.tx.txid() or "<no txid yet>"
|
||||||
self.setWindowTitle(_("Transaction") + ' ' + txid)
|
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):
|
def maybe_fetch_txin_data(self):
|
||||||
"""Download missing input data from the network, asynchronously.
|
"""Download missing input data from the network, asynchronously.
|
||||||
Note: we fetch the prev txs, which allows calculating the fee and showing "input addresses".
|
Note: we fetch the prev txs, which allows calculating the fee and showing "input addresses".
|
||||||
|
|||||||
Reference in New Issue
Block a user