Skip to content

Conversation

@eerlo
Copy link

@eerlo eerlo commented Jul 23, 2024

Public keys may be split in more than one TXT record. For such cases, there's a chance that the letter "n" sits exactly at the beginning or at the end of some of the record strings, we cannot use python's strip('\n') because it will take out the "n" and generate a wrong public key. Changed by replace('\n', '') to avoid this issue.

…e edges.

Public keys may be split in more than one TXT record. For such cases, there's a chance that the letter "n" sits exactly at the beginning or at the end of some of the record strings, we cannot use python's split('\\n') because it will take out the "n" and generate a wrong public key. Changed by replace('\\n', '') to avoid this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant