Skip to content

Commit

Permalink
Update the zcash-light-client-ffi dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Aug 24, 2023
1 parent a9f9273 commit 19b240d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"pins" : [
{
"identity" : "csqlite",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stephencelis/CSQLite.git",
"state" : {
"revision" : "9106e983d5e3d5149ee35281ec089484b0def018",
"version" : "0.0.3"
}
},
{
"identity" : "grpc-swift",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -113,7 +104,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "728cede1b36eb24c5c6a41e509a0358c1bd97f9c"
"revision" : "6a53c9e32520b46f8c70597e27b335105fabfc21"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.14.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "728cede1b36eb24c5c6a41e509a0358c1bd97f9c")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "6a53c9e32520b46f8c70597e27b335105fabfc21")
],
targets: [
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ extension CompactBlockProcessor {
"""
)
await self.start()
} else if await hasRetryAttempt() {
} else if await self.hasRetryAttempt() {
await self.failure(ZcashError.compactBlockProcessorMaxAttemptsReached(self.config.retries))
}
} else {
Expand Down

0 comments on commit 19b240d

Please sign in to comment.