Skip to content

Commit

Permalink
fix verify
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Nov 23, 2023
1 parent d0d6d44 commit 8ef73f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WalletConnectVerify/VerifyClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public actor VerifyClient: VerifyClientProtocol {
}

nonisolated public func createVerifyContext(origin: String?, domain: String, isScam: Bool?) -> VerifyContext {
guard isScam == nil else {
guard isScam != true else {
return VerifyContext(
origin: origin,
validation: .scam
Expand Down

0 comments on commit 8ef73f0

Please sign in to comment.