From dc4be32dfee1daf5fa55d7b0184b55dc1ebb3b15 Mon Sep 17 00:00:00 2001 From: thrasher Date: Sun, 29 Jan 2017 23:46:15 +1100 Subject: [PATCH] Update test_script_address2.py --- qa/rpc-tests/test_script_address2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/rpc-tests/test_script_address2.py b/qa/rpc-tests/test_script_address2.py index fa8d17685..adefb092b 100755 --- a/qa/rpc-tests/test_script_address2.py +++ b/qa/rpc-tests/test_script_address2.py @@ -4,7 +4,7 @@ # file COPYING or http://www.opensource.org/licenses/mit-license.php. # -# Test the CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic +# Test new Litecoin multisig prefix functionality. # from test_framework.test_framework import BitcoinTestFramework