Skip to content

Commit 3940056

Browse files
Bugfix
1 parent 7e52ac8 commit 3940056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Adamant/Wallets/Dash/DashTransactionsViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ class DashTransactionsViewController: TransactionsListViewControllerBase {
191191

192192
let total = vc.loadedTo + result.transactions.count
193193

194+
guard from < total else { return }
195+
194196
var indexPaths = [IndexPath]()
195197
for index in from..<total {
196198
indexPaths.append(IndexPath(row: index, section: 0))

0 commit comments

Comments
 (0)