-
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
Determine admin acc #201
Determine admin acc #201
Conversation
|
||
// This logic is used to determine MPC PK (address) that is set as admin in Ethereum contract | ||
#[test] | ||
fn derive_ethereum_admin_key() { |
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.
Confirmed by @Pessina that his implementation gives the same result: https://github.com/Pessina/testrepo/blob/main/next/app/kdf/utils.ts
Thanks!
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.
logic looks good to me
No description provided.