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

fixed dump_dids bug so only the DID value is displayed #96

Merged
merged 2 commits into from Nov 14, 2023

Conversation

alexdetrano
Copy link
Contributor

dump_did output mistakenly contained the response code and the requested DID. This commit removes that information and only displays the DID payload to the user.

@kasperkarlsson
Copy link
Contributor

Hi there and thank you for this PR!

I would just like to see a length check before reading index 3: from the response, as we are only sure it has a length of at least 2 when that line is reached. If you add this I will gladly accept the PR (and if you don't have time to do this, I could of course add it for you - just let me know 😃)

@alexdetrano
Copy link
Contributor Author

no problem, I added a length check and some comments.

@kasperkarlsson
Copy link
Contributor

Excellent! Thank you very much 🎉

@kasperkarlsson kasperkarlsson merged commit 2c0b84e into CaringCaribou:master Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants