From 59e387705c7e55ec40400301346354fa2d0c613f Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Mon, 8 Oct 2018 04:56:39 -0400 Subject: test: add invalid tx templates for use in functional tests Add templates for easily constructing different kinds of invalid transactions and use them in feature_block and p2p_invalid_tx. --- test/lint/lint-python-dead-code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lint/lint-python-dead-code.sh') diff --git a/test/lint/lint-python-dead-code.sh b/test/lint/lint-python-dead-code.sh index 3341f794f..f0fcd3192 100755 --- a/test/lint/lint-python-dead-code.sh +++ b/test/lint/lint-python-dead-code.sh @@ -16,4 +16,4 @@ fi vulture \ --min-confidence 60 \ --ignore-names "argtypes,connection_lost,connection_made,converter,data_received,daemon,errcheck,get_ecdh_key,get_privkey,is_compressed,is_fullyvalid,msg_generic,on_*,optionxform,restype,set_privkey" \ - $(git ls-files -- "*.py" ":(exclude)contrib/") + $(git ls-files -- "*.py" ":(exclude)contrib/" ":(exclude)test/functional/data/invalid_txs.py") -- cgit v1.2.3