1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-04 16:41:51 +00:00
Files
bips/bip-0119.mediawiki
Andreas Schjønhaug 703609f236 bip119: fix stack[-1] -> self.stack[-1] in pseudocode
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.
2026-03-04 13:39:30 +01:00

36 KiB