Skip to content

Commit ca5a22f

Browse files
authored
deps: bdk-swift 1.0.0-beta.7
1 parent 1c2b4fc commit ca5a22f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BDKSwiftExampleWallet.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@
10091009
repositoryURL = "https://github.com/bitcoindevkit/bdk-swift.git";
10101010
requirement = {
10111011
kind = exactVersion;
1012-
version = "1.0.0-beta.6";
1012+
version = "1.0.0-beta.7";
10131013
};
10141014
};
10151015
AE7D5A0C2A7EE62200EAC8CE /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {

BDKSwiftExampleWallet/Service/BDK Service/BDKService.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ private class BDKService {
366366
.inspectSpks(inspector: inspector)
367367
.build()
368368
let update = try esploraClient.sync(
369-
syncRequest: syncRequest,
369+
request: syncRequest,
370370
parallelRequests: UInt64(5)
371371
)
372372
let _ = try wallet.applyUpdate(update: update)
@@ -383,7 +383,7 @@ private class BDKService {
383383
.inspectSpksForAllKeychains(inspector: inspector)
384384
.build()
385385
let update = try esploraClient.fullScan(
386-
fullScanRequest: fullScanRequest,
386+
request: fullScanRequest,
387387
stopGap: UInt64(150), // should we default value this for folks?
388388
parallelRequests: UInt64(5) // should we default value this for folks?
389389
)

0 commit comments

Comments
 (0)