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

Undefined name: bytearray_cmp --> bytearr_cmp #878

Closed
wants to merge 1 commit into from

Conversation

cclauss
Copy link

@cclauss cclauss commented Jan 23, 2020

As discussed in #619. bytearray_cmp is and undefined name in this context which has the potential to raise NameError at runtime so use bytearr_cmp() (which is defined on line 4) instead.

As discussed in bitcoin#619.  `bytearray_cmp` is and undefined name in this context which has the potential to raise NameError at runtime so use `bytearr_cmp()` (which is defined on line 4) instead.
@luke-jr
Copy link
Member

luke-jr commented Jan 24, 2020

@kristovatlas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants