PIVX Core  5.6.99
P2P Digital Currency
Functions
transaction.cpp File Reference
#include "consensus/tx_verify.h"
#include "consensus/validation.h"
#include "core_io.h"
#include "policy/policy.h"
#include "primitives/transaction.h"
#include "streams.h"
#include "test/fuzz/fuzz.h"
#include "version.h"
#include <cassert>
Include dependency graph for transaction.cpp:

Go to the source code of this file.

Functions

bool CheckTransactionAllFlagsDisabled (const CTransaction &tx, CValidationState state)
 
bool CheckTransactionColdStakingEnabled (const CTransaction &tx, CValidationState state)
 
void test_one_input (std::vector< uint8_t > buffer)
 

Function Documentation

◆ CheckTransactionAllFlagsDisabled()

bool CheckTransactionAllFlagsDisabled ( const CTransaction tx,
CValidationState  state 
)

Definition at line 103 of file transaction.cpp.

Here is the call graph for this function:

◆ CheckTransactionColdStakingEnabled()

bool CheckTransactionColdStakingEnabled ( const CTransaction tx,
CValidationState  state 
)

Definition at line 107 of file transaction.cpp.

Here is the call graph for this function:

◆ test_one_input()

void test_one_input ( std::vector< uint8_t >  buffer)

Definition at line 20 of file transaction.cpp.