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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 |