Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Functions
script_P2SH_tests.cpp File Reference
#include <boost/assert.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/assign/list_inserter.hpp>
#include <boost/assign/std/vector.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/foreach.hpp>
#include "../main.h"
#include "../script.h"
#include "../wallet.h"
Include dependency graph for script_P2SH_tests.cpp:

Go to the source code of this file.

Functions

uint256 SignatureHash (CScript scriptCode, const CTransaction &txTo, unsigned int nIn, int nHashType)
 
 BOOST_AUTO_TEST_CASE (sign)
 
 BOOST_AUTO_TEST_CASE (norecurse)
 
 BOOST_AUTO_TEST_CASE (set)
 
 BOOST_AUTO_TEST_CASE (is)
 
 BOOST_AUTO_TEST_CASE (switchover)
 
 BOOST_AUTO_TEST_CASE (AreInputsStandard)
 

Function Documentation

BOOST_AUTO_TEST_CASE ( sign  )

Definition at line 47 of file script_P2SH_tests.cpp.

BOOST_AUTO_TEST_CASE ( norecurse  )

Definition at line 117 of file script_P2SH_tests.cpp.

BOOST_AUTO_TEST_CASE ( set  )

Definition at line 143 of file script_P2SH_tests.cpp.

BOOST_AUTO_TEST_CASE ( is  )

Definition at line 196 of file script_P2SH_tests.cpp.

BOOST_AUTO_TEST_CASE ( switchover  )

Definition at line 227 of file script_P2SH_tests.cpp.

BOOST_AUTO_TEST_CASE ( AreInputsStandard  )

Definition at line 245 of file script_P2SH_tests.cpp.

uint256 SignatureHash ( CScript  scriptCode,
const CTransaction txTo,
unsigned int  nIn,
int  nHashType 
)

Definition at line 966 of file script.cpp.