-
Notifications
You must be signed in to change notification settings - Fork 390
update AddressInfo struct #563
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
update AddressInfo struct #563
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.
tACK aa8c8f9
Looks good! can you also add a new test to verify the KeychainKind changes for an internal address? A new function was added in the last release to let you do this: |
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.
LGTM!
@notmandatory Thanks for the review ! |
@Eunoia1729 I think the best thing to do here is modify the Line 3988 in 3334c8d
|
aa8c8f9
to
e277ac8
Compare
Makes sense. Thanks for the inputs, @rajarshimaitra ! |
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.
ReACK e277ac8
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.
ACK e277ac8
Looks like Github glitched and didn't run the tests which prevents me from merging. @Eunoia1729 can you maybe try force pushing your branch again, or if that doesn't trigger CI you may need to amend you last commit message and then try force pushing that. Thanks! |
e277ac8
to
2698fc0
Compare
@notmandatory Sure, done ! |
Description
Resolves #541.
AddressInfo
struct to includekeychainKind
get_address
functions to pass in this fieldChecklists
All Submissions:
cargo fmt
andcargo clippy
before committing