We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a6b61 commit 52c8865Copy full SHA for 52c8865
EdgeAgentSDK/Pollux/Sources/Models/W3C/StatusList/StatusCheckOperation.swift
@@ -74,7 +74,7 @@ struct StatusCheckOperation {
74
75
func verifySingleStatus(
76
_ bitList: [Bool],
77
- index: Int,
+ index: Int
78
) throws -> Bool {
79
guard index < bitList.count else {
80
throw UnknownError.somethingWentWrongError(customMessage: "Revocation index out of bounds", underlyingErrors: nil)
0 commit comments