PIVX Core  5.6.99
P2P Digital Currency
Functions
validation_zerocoin_legacy.cpp File Reference
#include "legacy/validation_zerocoin_legacy.h"
#include "libzerocoin/CoinSpend.h"
#include "wallet/wallet.h"
#include "zpiv/zpivmodule.h"
Include dependency graph for validation_zerocoin_legacy.cpp:

Go to the source code of this file.

Functions

bool DisconnectZerocoinTx (const CTransaction &tx)
 
void CacheAccChecksum (const CBlockIndex *pindex, bool fWrite)
 

Function Documentation

◆ CacheAccChecksum()

void CacheAccChecksum ( const CBlockIndex pindex,
bool  fWrite 
)

Definition at line 48 of file validation_zerocoin_legacy.cpp.

Here is the call graph for this function:

◆ DisconnectZerocoinTx()

bool DisconnectZerocoinTx ( const CTransaction tx)

UNDO ZEROCOIN DATABASING note we only undo zerocoin databasing in the following statement, value to and from PIVX addresses should still be handled by the typical bitcoin based undo code

Definition at line 10 of file validation_zerocoin_legacy.cpp.

Here is the call graph for this function: