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.
Undefined name: bytearray_cmp --> bytearr_cmp #878
pull cclauss wants to merge 1 commits into bitcoin:master from cclauss:patch-1 changing 1 files +1 −1-
cclauss commented at 10:23 PM on January 23, 2020: none
-
618022c465
Undefined name: bytearray_cmp --> bytearr_cmp
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.
-
luke-jr commented at 12:06 AM on January 24, 2020: member
- luke-jr added the label Proposed BIP modification on Jan 24, 2020
- cclauss closed this on Jun 20, 2021
- cclauss deleted the branch on Jun 20, 2021