Page MenuHomePhabricator

Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json
ClosedPublic

Authored by fpelliccioni on Sep 12 2019, 20:52.

Details

Summary

We are missing a test vector for SINGLE|ANYONECANPAY inside of tx_valid.json. This addresses the issue #12060

Backport of Bitcoin Core PR12082
https://github.com/bitcoin/bitcoin/pull/12082

Test Plan
make check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

check-all is unnecessary in that case. If you use cmake, I strongly advise you use ninja instead of make and it is way faster.

This revision is now accepted and ready to land.Sep 13 2019, 08:18

check-all is unnecessary in that case. If you use cmake, I strongly advise you use ninja instead of make and it is way faster.

Thanks for the advice!