← Back to Bitcoin Improvement Proposals
BIPinformational
BIP-119: use self.stack[-1] in execute_bip_119
The pseudocode in bip-0119 used stack[-1] while the rest of execute_bip_119 consistently accessed the interpreter stack via self.stack.
No reviewsCollections:BIPs — Open
Specification
The pseudocode in bip-0119 used stack[-1] while the rest of execute_bip_119 consistently accessed the interpreter stack via self.stack.
Discussion (0 threads)
Sign in to start a discussion on this spec.