Skip to content

Commit

Permalink
remove liveness level requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Feb 29, 2024
1 parent 9732fd9 commit e31981d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-verifier/src/fractal/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl FractalClient {
status: UserStatus {
uniqueness: user.get_status(&[
VerificationLevel::Uniqueness,
VerificationLevel::Liveness,
// VerificationLevel::Liveness, this causes long verification process on Fractal side
VerificationLevel::WalletEth,
]),
basic: user
Expand Down

0 comments on commit e31981d

Please sign in to comment.