This commit is contained in:
Benoit Marty 2020-04-15 09:37:19 +02:00
parent febadcc4f6
commit d74a5f9979
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ internal class DefaultQrCodeVerificationTransaction(
}.exhaustive
if (!canTrustOtherUserMasterKey && toVerifyDeviceIds.isEmpty()) {
// // Nothing to verify
// Nothing to verify
cancel(CancelCode.MismatchedKeys)
return
}