1
0

qt tx dialog: make scid and addr texts clickable in IO fields

based on:
7eea0b6dae
52d845017c
This commit is contained in:
SomberNight
2023-02-02 18:20:02 +00:00
parent 53ca75d878
commit 7d42676785
3 changed files with 101 additions and 38 deletions

View File

@@ -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