qt tx dialog: make scid and addr texts clickable in IO fields
based on:7eea0b6dae52d845017c
This commit is contained in:
@@ -242,7 +242,7 @@ class AddressSynchronizer(Logger, EventListener):
|
||||
conflicting_txns -= {tx_hash}
|
||||
return conflicting_txns
|
||||
|
||||
def get_transaction(self, txid: str) -> Transaction:
|
||||
def get_transaction(self, txid: str) -> Optional[Transaction]:
|
||||
tx = self.db.get_transaction(txid)
|
||||
if tx:
|
||||
# add verified tx info
|
||||
|
||||
Reference in New Issue
Block a user