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

Fixed keysign wrong reshare error #1335

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Fixed keysign wrong reshare error #1335

merged 3 commits into from
Nov 11, 2024

Conversation

yevhen1sec
Copy link
Collaborator

Fixes #1293

@yevhen1sec yevhen1sec requested a review from yvebe November 11, 2024 06:02
Comment on lines -245 to -251
if (deepLink.hasResharePrefix()) {
if (_currentVault.resharePrefix != deepLink.getResharePrefix()) {
currentState.value =
JoinKeysignState.Error(JoinKeysignError.WrongReShare)
return@launch
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the issue with firing it right here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue that this check was before check for correct vault

@yevhen1sec yevhen1sec requested a review from yvebe November 11, 2024 11:05
@yvebe yvebe merged commit 28ab65e into main Nov 11, 2024
1 check passed
@yvebe yvebe deleted the bugfix/keysign-wrong-reshare branch November 11, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHANGE] Only sign tx when selected correct vault
2 participants