Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
multisig_tests.cpp File Reference
#include <key.h>
#include <policy/policy.h>
#include <script/interpreter.h>
#include <script/script.h>
#include <script/script_error.h>
#include <script/sign.h>
#include <script/signingprovider.h>
#include <test/util/common.h>
#include <test/util/setup_common.h>
#include <test/util/transaction_utils.h>
#include <tinyformat.h>
#include <uint256.h>
#include <boost/test/unit_test.hpp>
Include dependency graph for multisig_tests.cpp:

Go to the source code of this file.

Functions

static CScript sign_multisig (const CScript &scriptPubKey, const std::vector< CKey > &keys, const CTransaction &transaction, int whichIn)
 BOOST_AUTO_TEST_CASE (multisig_verify)
 BOOST_AUTO_TEST_CASE (multisig_IsStandard)
 BOOST_AUTO_TEST_CASE (multisig_Sign)

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( multisig_IsStandard )

Definition at line 140 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( multisig_Sign )

Definition at line 184 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( multisig_verify )

Definition at line 40 of file multisig_tests.cpp.

Here is the call graph for this function:

◆ sign_multisig()

CScript sign_multisig ( const CScript & scriptPubKey,
const std::vector< CKey > & keys,
const CTransaction & transaction,
int whichIn )
static

Definition at line 24 of file multisig_tests.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: