From c4f36054dc2581c5ff1f24b23d38e47cbdc7a797 Mon Sep 17 00:00:00 2001 From: Glenn Willen Date: Fri, 26 Jul 2019 10:08:37 -0700 Subject: [PATCH] Comment out disabled tests to satisfy linter --- test/functional/rpc_psbt.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py index 728f5ba7b3..3acb2d234c 100755 --- a/test/functional/rpc_psbt.py +++ b/test/functional/rpc_psbt.py @@ -289,6 +289,8 @@ def run_basic_tests(self, confidential): # We don't care about the decode result, but decoding must succeed. self.nodes[0].decodepsbt(signed["psbt"]) + # BIP 174 tests are disabled because they don't work with CA yet. Comment the function so it doesn't flag lint as unused. + """ def run_bip174_tests(self): # BIP 174 Test Vectors @@ -351,6 +353,7 @@ def run_bip174_tests(self): # Unload extra wallets for i, signer in enumerate(signers): self.nodes[2].unloadwallet("wallet{}".format(i)) + """ def run_ca_tests(self): # Confidential Assets tests