qml TxDetails: txid must be updated after rawtx is changed
refresh bug when using bump_fee/dscancel/etc
This commit is contained in:
@@ -114,6 +114,7 @@ class QETxDetails(QObject, QtEventListener):
|
|||||||
try:
|
try:
|
||||||
self._tx = tx_from_any(rawtx, deserialize=True)
|
self._tx = tx_from_any(rawtx, deserialize=True)
|
||||||
self._txid = self._tx.txid()
|
self._txid = self._tx.txid()
|
||||||
|
self.txidChanged.emit()
|
||||||
self.update()
|
self.update()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self._tx = None
|
self._tx = None
|
||||||
|
|||||||
Reference in New Issue
Block a user