In D9906 I used a regular p2pkh address-key pair to avoid using a script. But the script is more convenient and faster (one less signature). This will be used in coming backports.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC3af59c095289: test: use OP_TRUE p2sh address in p2p_permissions
test/functional/test_runner.py p2p_permissions
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- op_true_address
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16913 Build 33664: Build Diff build-without-wallet · build-diff · build-clang-tidy · build-debug · build-clang Build 33663: arc lint + arc unit
Event Timeline
Comment Actions
rewrite the scriptSig to make it more explicit that the one byte of the OP_TRUE script is being pushed to the stack.
test/functional/test_framework/address.py | ||
---|---|---|
15 ↗ | (On Diff #30302) | ADDRESS_ECREG_P2SH_OP_TRUE for consistency |