Merge remote-tracking branch 'origin/zindexdb' into zindexdb
This commit is contained in:
@@ -4661,7 +4661,7 @@ bool ReceivedBlockTransactions(const CBlock &block, CValidationState& state, CBl
|
||||
if (pindex->pprev->nChainShieldedSpends == 0) {
|
||||
pindex->pprev->nChainShieldedSpends = zstats.nChainShieldedSpends;
|
||||
// TODO: if zstats.nHeight != chainActive.Height() the stats will be off
|
||||
fprintf(stderr, "%s: loaded anonset=%li at stats height=%li vs local height=%d from disk\n", __func__, zstats.nChainShieldedOutputs - zstats.nChainShieldedSpends, zstats.nHeight, chainActive.Height() );
|
||||
fprintf(stderr, "%s: loaded anonymity set of %li at stats height=%li vs local height=%d from disk\n", __func__, zstats.nChainShieldedOutputs - zstats.nChainShieldedSpends, zstats.nHeight, chainActive.Height() );
|
||||
}
|
||||
if (pindex->pprev->nChainFullyShieldedTx == 0)
|
||||
pindex->pprev->nChainFullyShieldedTx = zstats.nChainFullyShieldedTx;
|
||||
|
||||
Reference in New Issue
Block a user