diff options
author | Matt Corallo <git@bluematt.me> | 2017-09-20 20:19:14 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2017-09-20 23:29:59 -0400 |
commit | 28d4542a0ac77a30a242d0568e580a5b437f53fa (patch) | |
tree | f21f03c770beb8586aef0fede0d18e089471882c /Makefile.am | |
parent | 98212745c8acb5cc4e688bbb3979bfd46b25f98a (diff) |
Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8216b7d608..3b62a10603 100644 --- a/Makefile.am +++ b/Makefile.am @@ -249,6 +249,7 @@ EXTRA_DIST += \ test/util/data/txcreatemultisig3.json \ test/util/data/txcreatemultisig4.hex \ test/util/data/txcreatemultisig4.json \ + test/util/data/txcreatemultisig5.json \ test/util/data/txcreateoutpubkey1.hex \ test/util/data/txcreateoutpubkey1.json \ test/util/data/txcreateoutpubkey2.hex \ |