Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client interactive deal flow should support setting the verified flag #4137

Closed
arajasek opened this issue Oct 2, 2020 · 0 comments · Fixed by #4145
Closed

Client interactive deal flow should support setting the verified flag #4137

arajasek opened this issue Oct 2, 2020 · 0 comments · Fixed by #4145
Labels
area/ux Area: UX

Comments

@arajasek
Copy link
Contributor

arajasek commented Oct 2, 2020

This is currently a TODO in the code. We should probably check if the sender a is a verified client

		// Check if the address is a verified client
		dcap, err := api.StateVerifiedClientStatus(ctx, a, types.EmptyTSK)
		if err != nil {
			return err
		}

		isVerified := dcap != nil

If they are, and they have enough data in their cap for the deal in question, we should ask if they'd like to make it verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux Area: UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant