|
|
|
@ -50,6 +50,7 @@ BOOST_AUTO_TEST_SUITE(script_P2SH_tests)
@@ -50,6 +50,7 @@ BOOST_AUTO_TEST_SUITE(script_P2SH_tests)
|
|
|
|
|
|
|
|
|
|
BOOST_AUTO_TEST_CASE(sign) |
|
|
|
|
{ |
|
|
|
|
LOCK(cs_main); |
|
|
|
|
// Pay-to-script-hash looks like this:
|
|
|
|
|
// scriptSig: <sig> <sig...> <serialized_script>
|
|
|
|
|
// scriptPubKey: HASH160 <hash> EQUAL
|
|
|
|
@ -147,6 +148,7 @@ BOOST_AUTO_TEST_CASE(norecurse)
@@ -147,6 +148,7 @@ BOOST_AUTO_TEST_CASE(norecurse)
|
|
|
|
|
|
|
|
|
|
BOOST_AUTO_TEST_CASE(set) |
|
|
|
|
{ |
|
|
|
|
LOCK(cs_main); |
|
|
|
|
// Test the CScript::Set* methods
|
|
|
|
|
CBasicKeyStore keystore; |
|
|
|
|
CKey key[4]; |
|
|
|
@ -250,6 +252,7 @@ BOOST_AUTO_TEST_CASE(switchover)
@@ -250,6 +252,7 @@ BOOST_AUTO_TEST_CASE(switchover)
|
|
|
|
|
|
|
|
|
|
BOOST_AUTO_TEST_CASE(AreInputsStandard) |
|
|
|
|
{ |
|
|
|
|
LOCK(cs_main); |
|
|
|
|
CCoinsView coinsDummy; |
|
|
|
|
CCoinsViewCache coins(coinsDummy); |
|
|
|
|
CBasicKeyStore keystore; |
|
|
|
|