PIVX Core  5.6.99
P2P Digital Currency
Functions
blocksutil.h File Reference
#include "primitives/block.h"
#include <memory>
Include dependency graph for blocksutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ProcessBlockAndCheckRejectionReason (std::shared_ptr< CBlock > &pblock, const std::string &blockRejectionReason, int expectedChainHeight)
 
CBlock getBlock13b8a ()
 

Function Documentation

◆ getBlock13b8a()

CBlock getBlock13b8a ( )
Returns
a real block (0000000000013b8ab2cd513b0261a14096412195a72a0c4827d229dcc7e0f7af) with 9 txs.

Definition at line 31 of file blocksutil.cpp.

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

◆ ProcessBlockAndCheckRejectionReason()

void ProcessBlockAndCheckRejectionReason ( std::shared_ptr< CBlock > &  pblock,
const std::string &  blockRejectionReason,
int  expectedChainHeight 
)

Definition at line 13 of file blocksutil.cpp.

Here is the call graph for this function: