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

bip-taproot: use bytes() instead of b'' - avoid markdown issue #122

Merged
merged 1 commit into from
Nov 4, 2019

Conversation

dgpv
Copy link

@dgpv dgpv commented Nov 4, 2019

Currently github markdown renders b'' inside <source> tags incorrectly. This makes h = b'' show as h = b and creates some confusion.
The issue can be avoided by using bytes() to create empty byte array.
Fixing this way may be beneficial even if github markdown is fixed, because this prevents similar issue with other rendering engines.

Currently github markdown renders `b''` inside `<source>` tags incorrectly. This makes `h = b''` show as `h = b` and creates some confusion.
The issue can be avoided by using bytes() to create empty byte array
@sipa
Copy link
Owner

sipa commented Nov 4, 2019

Good idea.

@sipa sipa merged commit fda7705 into sipa:bip-schnorr Nov 4, 2019
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.

3 participants