We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This does not throw
1 parent 6e4c2d0 commit 4b7c354Copy full SHA for 4b7c354
BDKSwiftExampleWallet/Extensions/BDK+Extensions/CbfClient+Extensions.swift
@@ -17,14 +17,8 @@ extension CbfClient {
17
.dataDir(dataDir: Constants.Config.Kyoto.dbPath)
18
.peers(peers: Constants.Networks.Signet.Regular.kyotoPeers)
19
.build(wallet: wallet)
20
- Task {
21
- do {
22
- try await components.node.run()
23
- } catch {
24
- // Kyoto: Failed to start node
25
- }
26
27
+ components.node.run()
28
components.client.startBackgroundMonitoring()
29
30
return (client: components.client, node: components.node)
0 commit comments