aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/txcreatemultisig4.json
Commit message (Collapse)AuthorAgeFilesLines
* Update dogecoin-tx tests (#1409)Ross Nicoll2018-09-191-1/+1
| | | Update Python test address and key values to match Dogecoin format
* Add test cases to test new bitcoin-tx functionalityjnewbery2016-12-291-0/+24
This commit add testcases to test the following functions in bitcoin-tx: - add a pay to non-standard script output - add a P2SH output - add a P2WSH output - add a P2WSH wrapped in a P2SH output - add a pay to pub key output - add a P2WPKH output - add a P2WPKH wrapped in a P2SH output - add a bare multisig output - add a multisig in P2SH output - add a multisig in a P2WSH output - add a multisig in a P2WSH wrapped in as P2SH output