-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix Account Deserialization
error from verifying key mismatch
#831
Conversation
Account Deserialization
error from verifying key mismatch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, let's try and see if this fixes registration
@@ -95,6 +95,7 @@ pub struct UserRegistrationInfo { | |||
pub value: Vec<u8>, | |||
/// Is this a proactive refresh message | |||
pub proactive_refresh: bool, | |||
pub sig_request_address: Option<SubxtAccountId32>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing docs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Fingers crossed for rc3-beta. Im guessing it is already deployed while ive been sleeping.
Fixes Account deserilization error by passing veryifying key instead of sig req account