Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Aug 6, 2023
1 parent 3e68759 commit 9518229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BDKSwiftExampleWallet/View/OnboardingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct OnboardingView: View {
isOnboarding = false
}
.buttonStyle(BitcoinFilled(tintColor: .bitcoinOrange))

Button("Restore Wallet from Keychain") {
do {
let backupInfo = try KeyService().getBackupInfo()
Expand All @@ -62,7 +62,7 @@ struct OnboardingView: View {
}
}
.buttonStyle(BitcoinFilled(tintColor: .bitcoinOrange))

}
.padding(.top, 30)

Expand Down
1 change: 0 additions & 1 deletion BDKSwiftExampleWallet/View/WalletView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ struct WalletView: View {
if viewModel.walletSyncState == .syncing {
ProgressView()
}

}
if let lastSyncTime = viewModel.lastSyncTime {
Text("Last Synced: \(lastSyncTime.formattedSyncTime())")
Expand Down

0 comments on commit 9518229

Please sign in to comment.