Skip to content

Commit a908959

Browse files
committed
misc: still works
1 parent 4e77ae6 commit a908959

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BDKSwiftExampleWallet/Service/BDK Service/BDKService.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ private class BDKService {
3434
self.network = newNetwork
3535
try? keyClient.saveNetwork(newNetwork.description)
3636
updateEsploraClient()
37-
} else {
3837
}
3938
}
4039

@@ -43,7 +42,6 @@ private class BDKService {
4342
self.esploraURL = newURL
4443
try? keyClient.saveEsploraURL(newURL)
4544
updateEsploraClient()
46-
} else {
4745
}
4846
}
4947

0 commit comments

Comments
 (0)