mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
test: Remove unused cs_main
This commit is contained in:
parent
fa9cba7afb
commit
fa7a9114e5
2 changed files with 0 additions and 4 deletions
|
@ -49,7 +49,6 @@ BOOST_FIXTURE_TEST_SUITE(script_p2sh_tests, BasicTestingSetup)
|
|||
|
||||
BOOST_AUTO_TEST_CASE(sign)
|
||||
{
|
||||
LOCK(cs_main);
|
||||
// Pay-to-script-hash looks like this:
|
||||
// scriptSig: <sig> <sig...> <serialized_script>
|
||||
// scriptPubKey: HASH160 <hash> EQUAL
|
||||
|
@ -149,7 +148,6 @@ BOOST_AUTO_TEST_CASE(norecurse)
|
|||
|
||||
BOOST_AUTO_TEST_CASE(set)
|
||||
{
|
||||
LOCK(cs_main);
|
||||
// Test the CScript::Set* methods
|
||||
FillableSigningProvider keystore;
|
||||
CKey key[4];
|
||||
|
@ -263,7 +261,6 @@ BOOST_AUTO_TEST_CASE(switchover)
|
|||
|
||||
BOOST_AUTO_TEST_CASE(AreInputsStandard)
|
||||
{
|
||||
LOCK(cs_main);
|
||||
CCoinsView coinsDummy;
|
||||
CCoinsViewCache coins(&coinsDummy);
|
||||
FillableSigningProvider keystore;
|
||||
|
|
|
@ -745,7 +745,6 @@ BOOST_AUTO_TEST_CASE(test_witness)
|
|||
|
||||
BOOST_AUTO_TEST_CASE(test_IsStandard)
|
||||
{
|
||||
LOCK(cs_main);
|
||||
FillableSigningProvider keystore;
|
||||
CCoinsView coinsDummy;
|
||||
CCoinsViewCache coins(&coinsDummy);
|
||||
|
|
Loading…
Add table
Reference in a new issue