no message

This commit is contained in:
Peter Iakovlev
2018-04-03 19:36:22 +04:00
parent 2a22161d4d
commit 2890cc554c
5 changed files with 9 additions and 27 deletions

View File

@@ -213,9 +213,6 @@ public func saveSecureIdValue(network: Network, context: SecureIdAccessContext,
guard let parsedValue = parseSecureValue(context: context, value: result) else {
return .fail(.generic)
}
guard parsedValue.valueWithContext.value == value else {
return .fail(.generic)
}
return .single(parsedValue.valueWithContext)
}