![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "legacy/validation_zerocoin_legacy.h"#include "libzerocoin/CoinSpend.h"#include "wallet/wallet.h"#include "zpiv/zpivmodule.h"Go to the source code of this file.
Functions | |
| bool | DisconnectZerocoinTx (const CTransaction &tx) |
| void | CacheAccChecksum (const CBlockIndex *pindex, bool fWrite) |
| void CacheAccChecksum | ( | const CBlockIndex * | pindex, |
| bool | fWrite | ||
| ) |
Definition at line 48 of file validation_zerocoin_legacy.cpp.
| 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.