Skip to content

Commit f875d2d

Browse files
committed
tests
1 parent f52afde commit f875d2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BDKSwiftExampleWallet/View/WalletView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ struct WalletView: View {
5050
totalScripts: viewModel.totalScripts,
5151
needsFullScan: viewModel.isNeedFullScan
5252
) {
53+
// TODO: fix bug
54+
isNeedFullScan = false
5355
showAllTransactions = true
5456
}
5557

@@ -118,7 +120,6 @@ struct WalletView: View {
118120
}
119121
viewModel.getTransactions()
120122
await viewModel.getPrices()
121-
// isNeedFullScan = false
122123
}
123124

124125
}

0 commit comments

Comments
 (0)