diff options
author | pierrenn <git@pnn.sh> | 2020-03-24 16:17:58 +0900 |
---|---|---|
committer | pierrenn <git@pnn.sh> | 2020-03-27 15:51:05 +0900 |
commit | 9ab14e4d21c73d16d8d782f1576fe29e659e2a70 (patch) | |
tree | c5c0e040cc880f3faf0806b3748463bc7a133a5d /Makefile.am | |
parent | 97b0687501cee77a9170f9e288755a5d268e9bd4 (diff) |
Limit decimal range of numbers ParseScript accepts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bd41c5ae27..0128133810 100644 --- a/Makefile.am +++ b/Makefile.am @@ -301,6 +301,8 @@ EXTRA_DIST += \ test/util/data/txcreatescript3.json \ test/util/data/txcreatescript4.hex \ test/util/data/txcreatescript4.json \ + test/util/data/txcreatescript5.hex \ + test/util/data/txcreatescript6.hex \ test/util/data/txcreatesignv1.hex \ test/util/data/txcreatesignv1.json \ test/util/data/txcreatesignv2.hex \ |