Skip to content

BIP69: fix function name typo in example code#1897

Merged
murchandamus merged 1 commit intobitcoin:masterfrom
Galoretka:rawe
Jul 16, 2025
Merged

BIP69: fix function name typo in example code#1897
murchandamus merged 1 commit intobitcoin:masterfrom
Galoretka:rawe

Conversation

@Galoretka
Copy link
Copy Markdown
Contributor

Corrected a typo in the output_cmp function where the non-existent function bytearray_cmp was called. Changed it to the correct function name bytearr_cmp to ensure proper output comparison and prevent runtime errors. This fix improves code reliability and consistency.

@jonatack jonatack changed the title Fix function name typo: use bytearr_cmp instead of bytearray_cmp BIP69: fix function name typo in example code Jul 16, 2025
Copy link
Copy Markdown
Member

@jonatack jonatack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 504c843

@murchandamus murchandamus merged commit be3d2e4 into bitcoin:master Jul 16, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants