Merge pull request #1209 from LukasKorba/1208-Bitrise-fails-to-build

[#1208] Bitrise fails to build
This commit is contained in:
Lukas Korba 2023-08-23 17:31:44 +02:00 committed by GitHub
commit 9a82acbd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {