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

remove address from DNS txt record #72

Merged

Conversation

psychocrypt
Copy link
Member

The function to read a address from an DNS txt record is not needed.
To reduce the code-base all corresponding functions will be removed in this PR.

@@ -376,10 +376,8 @@ bool get_account_address_from_str_or_url(
{
if(get_account_address_from_str(nettype, info, str_or_url))

This comment was marked as abuse.

The function to read a address from an DNS txt record is not needed.
To reduce the code-base all coresponding functions will be removed in this PR.
@psychocrypt psychocrypt force-pushed the topic-removeAdressFromDnsTxtRecord branch from 0456ff0 to aed0e5e Compare August 7, 2018 19:39
@psychocrypt
Copy link
Member Author

I removed the function get_account_address_from_str_or_url and used instead get_account_address_from_str everywhere. see last commit.

This method is not longer needed and replaced with `get_account_address_from_str`.
Add instantiation for all three networks for `get_account_address_from_str`.
@psychocrypt psychocrypt force-pushed the topic-removeAdressFromDnsTxtRecord branch from aed0e5e to 7c1462e Compare August 7, 2018 20:02
@fireice-uk fireice-uk merged commit 84ba1d5 into ryo-currency:dev Aug 8, 2018
@psychocrypt psychocrypt mentioned this pull request Sep 8, 2018
@psychocrypt psychocrypt deleted the topic-removeAdressFromDnsTxtRecord branch September 29, 2018 19:02
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