This commit is contained in:
jl777
2018-07-12 00:52:36 -11:00
parent 67459d80b4
commit 2618950955
3 changed files with 18 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ public:
//! height of the entry in the chain. The genesis block has height 0
int nHeight;
int64_t newcoins;
int64_t newcoins,zfunds;
//! Which # file this block is stored in (blk?????.dat)
int nFile;
@@ -181,7 +181,7 @@ public:
void SetNull()
{
phashBlock = NULL;
newcoins = 0;
newcoins = zfunds = 0;
pprev = NULL;
pskip = NULL;
nHeight = 0;