Home
last modified time | relevance | path

Searched refs:_add_info_to_tx_from_wallet_and_network (Results 1 – 2 of 2) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dtx_dialog.py200 def _add_info_to_tx_from_wallet_and_network(self, tx: PartialTransaction) -> bool: member in TxDialog
220 if not self._add_info_to_tx_from_wallet_and_network(tx):
260 if not self._add_info_to_tx_from_wallet_and_network(tx):
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dmain_window.py3374 def _add_info_to_tx_from_wallet_and_network(self, tx: PartialTransaction) -> bool: member in ElectrumWindow
3394 if not self._add_info_to_tx_from_wallet_and_network(tx):
3403 if not self._add_info_to_tx_from_wallet_and_network(tx):