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.
1 parent b433b37 commit 436fd1dCopy full SHA for 436fd1d
bdk-swift/Tests/BitcoinDevKitTests/LiveKyotoTests.swift
@@ -20,6 +20,8 @@ final class LiveKyotoTests: XCTestCase {
20
}
21
22
23
+ // See: https://github.com/bitcoindevkit/bdk-ffi/issues/842
24
+ /*
25
func testSuccessfullySyncs() async throws {
26
let persister = try Persister.newInMemory()
27
let wallet = try Wallet(
@@ -56,4 +58,5 @@ final class LiveKyotoTests: XCTestCase {
56
58
print("Update applied correctly")
57
59
try client.shutdown()
60
61
+ */
62
0 commit comments