We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d941a6 commit 390b2d0Copy full SHA for 390b2d0
BDKSwiftExampleWallet/View Model/OnboardingViewModel.swift
@@ -81,6 +81,7 @@ class OnboardingViewModel: ObservableObject {
81
82
func createWallet() {
83
do {
84
+ try bdkClient.deleteWallet()
85
if isDescriptor {
86
try bdkClient.createWalletFromDescriptor(words)
87
} else if isXPub {
0 commit comments