-
Notifications
You must be signed in to change notification settings - Fork 242
Cw 635 show btc ltc bch keys in wallet seeds keys page #1473
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
base: main
Are you sure you want to change the base?
Cw 635 show btc ltc bch keys in wallet seeds keys page #1473
Conversation
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!
Asides the comment on a little documentation on the key type enums, it's good to go from my end
cw_bitcoin/lib/utils.dart
Outdated
enum PrivateKeyType { xprv, zprv, yprv, Yprv, tprv, uprv, Uprv, vprv, Vprv } | ||
|
||
enum PublicKeyType { xpub, zpub, ypub, Ypub, tpub, upub, Upub, vpub, Vpub } | ||
|
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.
Can we add a short documentation here giving a short summary on the private and public key types in the respective enums?
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.
added
Issue Number (if Applicable): Fixes #
Description
Fixed displaying BTC/LTC/BCH wallets master keys. Added support for displaying P2WPKH key types.
Pull Request - Checklist