Skip to content

Commit 4bfaba7

Browse files
r1b2nsreez
andauthored
Update BDKSwiftExampleWallet/View/WalletView.swift
Co-authored-by: Matthew Ramsden <[email protected]>
1 parent b98020b commit 4bfaba7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BDKSwiftExampleWallet/View/WalletView.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ struct WalletView: View {
4343

4444
VStack {
4545
ActivityHomeHeaderView(
46-
state: viewModel.activityHeaderStateSync
46+
walletSyncState: viewModel.walletSyncState,
47+
progress: viewModel.progress,
48+
inspectedScripts: viewModel.inspectedScripts,
49+
totalScripts: viewModel.totalScripts,
50+
needsFullScan: viewModel.needsFullScan
4751
) {
4852
showAllTransactions = true
4953
}

0 commit comments

Comments
 (0)