Skip to content

Commit a74f5ca

Browse files
committed
Fix bdkFFI checksum
1 parent 71496cd commit a74f5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
.binaryTarget(
2626
name: "bdkFFI",
2727
url: "https://github.com/notmandatory/bdk-swift/releases/download/0.1.0/bdkFFI.xcframework.zip",
28-
checksum: "496423e55dd5db14cb2b692f59ae6bf527431c59f79ab51d89c83f68e23d4722"),
28+
checksum: "a88d3c8a2267e9e8a953fe332a91bd3356f8317e3758499192001993969a9dad"),
2929
// .binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
3030
.target(
3131
name: "BitcoinDevKit",

0 commit comments

Comments
 (0)