Skip to content
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

Handle when xch_target_address in config doesn't decode correctly #17523

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

emlowe
Copy link
Contributor

@emlowe emlowe commented Feb 8, 2024

Fixes #16995

The delete key flow didn't properly handle cases when the xch_target_address in config didn't decode properly, specifically in the bug it was an empty string.

Rearranged a little test code and added a test for this scenario

@emlowe emlowe added the Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog label Feb 8, 2024
@emlowe emlowe marked this pull request as ready for review February 9, 2024 22:48
@emlowe emlowe requested a review from a team as a code owner February 9, 2024 22:48
@emlowe emlowe requested a review from altendky February 9, 2024 22:48
chia/rpc/wallet_rpc_api.py Show resolved Hide resolved
chia/rpc/wallet_rpc_api.py Show resolved Hide resolved
Copy link
Contributor

@wjblanke wjblanke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aok

@Starttoaster Starttoaster merged commit 063f55c into main Feb 15, 2024
268 checks passed
@Starttoaster Starttoaster deleted the EL.delete-key-16995 branch February 15, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete key from GUI fails [Bug]
4 participants