[#1208] Bitrise fails to build

- hotfix for explicit use of self in a Task, CI fails to build it without it
This commit is contained in:
Lukas Korba 2023-08-23 17:29:42 +02:00
parent d446c6d336
commit 5ac2121230
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 {