1
0

qml: remove unnecessary assert (#8420)

This commit is contained in:
Sander van Grieken
2023-05-15 16:45:15 +02:00
parent 4f252a438c
commit 8d0fa27065

View File

@@ -125,5 +125,4 @@ class QEAddressDetails(QObject):
if self._wallet.derivationPrefix:
self._derivationPath = self._derivationPath.replace('m', self._wallet.derivationPrefix)
self._numtx = self._wallet.wallet.adb.get_address_history_len(self._address)
assert self._numtx == self.historyModel.rowCount(0)
self.detailsChanged.emit()