1
0

qml TxDetails: txid must be updated after rawtx is changed

refresh bug when using bump_fee/dscancel/etc
This commit is contained in:
SomberNight
2023-04-21 17:39:11 +00:00
parent 2ec4758a12
commit 75a9a4fce9

View File

@@ -114,6 +114,7 @@ class QETxDetails(QObject, QtEventListener):
try:
self._tx = tx_from_any(rawtx, deserialize=True)
self._txid = self._tx.txid()
self.txidChanged.emit()
self.update()
except Exception as e:
self._tx = None