File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
BDKSwiftExampleWallet.xcodeproj
BDKSwiftExampleWallet/Service/BDK Service Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1009
1009
repositoryURL = "https://github.com/bitcoindevkit/bdk-swift.git";
1010
1010
requirement = {
1011
1011
kind = exactVersion;
1012
- version = "1.0.0-beta.6 ";
1012
+ version = "1.0.0-beta.7 ";
1013
1013
};
1014
1014
};
1015
1015
AE7D5A0C2A7EE62200EAC8CE /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ private class BDKService {
366
366
. inspectSpks ( inspector: inspector)
367
367
. build ( )
368
368
let update = try esploraClient. sync (
369
- syncRequest : syncRequest,
369
+ request : syncRequest,
370
370
parallelRequests: UInt64 ( 5 )
371
371
)
372
372
let _ = try wallet. applyUpdate ( update: update)
@@ -383,7 +383,7 @@ private class BDKService {
383
383
. inspectSpksForAllKeychains ( inspector: inspector)
384
384
. build ( )
385
385
let update = try esploraClient. fullScan (
386
- fullScanRequest : fullScanRequest,
386
+ request : fullScanRequest,
387
387
stopGap: UInt64 ( 150 ) , // should we default value this for folks?
388
388
parallelRequests: UInt64 ( 5 ) // should we default value this for folks?
389
389
)
You can’t perform that action at this time.
0 commit comments