mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-04 16:41:51 +00:00
The execute_bip_119 pseudocode references `stack[-1]` on line 74 instead of `self.stack[-1]`, inconsistent with all other stack references in the function. The C++ reference implementation correctly uses `stack.back()` throughout.
36 KiB
36 KiB