-
Notifications
You must be signed in to change notification settings - Fork 11
Feat/lw 12399 sign multisig tx with hw #1768
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
Conversation
|
57530df
to
e596784
Compare
8d36ceb
to
f1034d9
Compare
Allure Report
processReports: ✅ test report for c3d85e88
|
6f0d7d9
to
edad259
Compare
2a8d28e
to
f4342f3
Compare
f4342f3
to
c3d85e8
Compare
|
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.
GJ, just one small comment. :)
@@ -114,22 +113,30 @@ const waitForTabLoad = (tab: Tabs.Tab) => | |||
* @param activeWallet | |||
* @returns {Bip32WalletAccount<Wallet.AccountMetadata>} | undefined | |||
*/ | |||
export const getParentWalletCIP1854Account = ({ | |||
export const getParentWalletForCIP1854Account = ({ |
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.
Should we remove Account
from that name? It now returns the wallet and account.
@@ -1,6 +1,7 @@ | |||
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */ | |||
/* eslint-disable @typescript-eslint/no-unsafe-enum-comparison */ | |||
/* eslint-disable unicorn/no-null */ | |||
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */ |
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.
Is it a leftover? 🤔 Seems we don't have an error there (or GH is not showing it?)
Checklist
Proposed solution
getParentWalletCIP1854Account
to also return parent walletTesting
Screenshots
Attach screenshots here if implementation involves some UI changes