1
0

qml: log txid when assertion fails in qetxdetails.py

This commit is contained in:
Sander van Grieken
2024-01-09 12:57:26 +01:00
parent d6c45113e4
commit 65210d03ac

View File

@@ -260,7 +260,7 @@ class QETxDetails(QObject, QtEventListener):
if from_txid:
self._tx = self._wallet.wallet.db.get_transaction(self._txid)
assert self._tx is not None
assert self._tx is not None, f'unknown txid "{self._txid}"'
#self._logger.debug(repr(self._tx.to_json()))